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

  /src/sbin/fsck_ffs/
fsck.h 268 extern struct uquot_hash *uquot_group_hash;
main.c 90 struct uquot_hash *uquot_group_hash; variable in typeref:struct:uquot_hash *
setup.c 589 uquot_group_hash =
591 if (uquot_user_hash == NULL || uquot_group_hash == NULL)
594 uquot_user_hash = uquot_group_hash = NULL;
quota2.c 478 (type == USRQUOTA) ? uquot_user_hash : uquot_group_hash;
utilities.c 763 uq_g = find_uquot(uquot_group_hash, gid, 1);
  /src/sbin/fsdb/
fsdb.c 82 struct uquot_hash *uquot_group_hash; variable in typeref:struct:uquot_hash *

Completed in 20 milliseconds