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

  /src/sbin/fsck_ffs/
main.c 89 struct uquot_hash *uquot_user_hash; variable in typeref:struct:uquot_hash *
485 if (uquot_user_hash != NULL) {
fsck.h 267 extern struct uquot_hash *uquot_user_hash;
setup.c 587 uquot_user_hash =
591 if (uquot_user_hash == NULL || uquot_group_hash == NULL)
594 uquot_user_hash = uquot_group_hash = NULL;
utilities.c 755 if (uquot_user_hash == NULL)
759 uq_u = find_uquot(uquot_user_hash, uid, 1);
quota2.c 478 (type == USRQUOTA) ? uquot_user_hash : uquot_group_hash;
  /src/sbin/fsdb/
fsdb.c 81 struct uquot_hash *uquot_user_hash; variable in typeref:struct:uquot_hash *

Completed in 121 milliseconds