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

  /src/sbin/fsck_ffs/
extern.h 86 struct uquot * find_uquot(struct uquot_hash *, uint32_t, int);
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);
quota2.c 435 uq = find_uquot(a->uquot_hash, uid, 0);

Completed in 13 milliseconds