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

/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_quota.c1652 struct dquot *dq, *nextdq; local
1664 for (dq = LIST_FIRST(dqh); dq; dq = nextdq) {
1665 nextdq = LIST_NEXT(dq, dq_hash);

Completed in 54 milliseconds