Searched refs:dq_hash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dquota.h290 LIST_ENTRY(dquot) dq_hash; /* hash list */ member in struct:dquot
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c539 for (dq = dqh->lh_first; dq; dq = dq->dq_hash.le_next) {
677 LIST_REMOVE(dq, dq_hash);
722 LIST_INSERT_HEAD(dqh, dq, dq_hash);
745 LIST_REMOVE(dq, dq_hash);
1069 nextdq = dq->dq_hash.le_next;
1074 LIST_REMOVE(dq, dq_hash);

Completed in 66 milliseconds