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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_quota.c502 struct dqhash *dqh; local
531 dqh = DQHASH(dqvp, id);
539 for (dq = dqh->lh_first; dq; dq = dq->dq_hash.le_next) {
722 LIST_INSERT_HEAD(dqh, dq, dq_hash);
1055 struct dqhash *dqh; local
1067 for (dqh = &dqhashtbl[dqhash]; dqh >= dqhashtbl; dqh--) {
1068 for (dq = dqh->lh_first; dq; dq = nextdq) {

Completed in 65 milliseconds