Home
last modified time | relevance | path

Searched refs:uquot_group_hash (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sbin/fsck_ffs/
Dsetup.c590 uquot_group_hash = in setup()
592 if (uquot_user_hash == NULL || uquot_group_hash == NULL) in setup()
595 uquot_user_hash = uquot_group_hash = NULL; in setup()
Dfsck.h268 extern struct uquot_hash *uquot_group_hash;
Dmain.c90 struct uquot_hash *uquot_group_hash; variable
Dquota2.c478 (type == USRQUOTA) ? uquot_user_hash : uquot_group_hash; in quota2_check_usage()
Dutilities.c763 uq_g = find_uquot(uquot_group_hash, gid, 1); in update_uquot()
/netbsd/src/sbin/fsdb/
Dfsdb.c82 struct uquot_hash *uquot_group_hash; variable