dq_hash            62 ufs/ufs/ufs_quota.c 	LIST_ENTRY(dquot) dq_hash;	/* hash list */
dq_hash           816 ufs/ufs/ufs_quota.c 	LIST_FOREACH(dq, dqh, dq_hash) {
dq_hash           849 ufs/ufs/ufs_quota.c 		LIST_REMOVE(dq, dq_hash);
dq_hash           858 ufs/ufs/ufs_quota.c 	LIST_INSERT_HEAD(dqh, dq, dq_hash);
dq_hash           888 ufs/ufs/ufs_quota.c 		LIST_REMOVE(dq, dq_hash);