/src/sbin/fsck_ffs/ |
utilities.c | 716 find_uquot(struct uquot_hash *uq_hash, uint32_t uid, int alloc) function in typeref:struct:uquot * 759 uq_u = find_uquot(uquot_user_hash, uid, 1); 763 uq_g = find_uquot(uquot_group_hash, gid, 1);
|
utilities.c | 716 find_uquot(struct uquot_hash *uq_hash, uint32_t uid, int alloc) function in typeref:struct:uquot * 759 uq_u = find_uquot(uquot_user_hash, uid, 1); 763 uq_g = find_uquot(uquot_group_hash, gid, 1);
|
utilities.c | 716 find_uquot(struct uquot_hash *uq_hash, uint32_t uid, int alloc) function in typeref:struct:uquot * 759 uq_u = find_uquot(uquot_user_hash, uid, 1); 763 uq_g = find_uquot(uquot_group_hash, gid, 1);
|