HomeSort by: relevance | last modified time | path
    Searched defs:find_uquot (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 45 milliseconds