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

/freebsd-current/usr.sbin/repquota/
H A Drepquota.c73 struct fileusage *fu_next; member in struct:fileusage
292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
316 fup->fu_next = *fhp;
/freebsd-current/sbin/quotacheck/
H A Dquotacheck.c92 struct fileusage *fu_next; member in struct:fileusage
465 for (fup = fuhead[type][id]; fup != NULL; fup = fup->fu_next) {
531 for (fup = fuhead[type][id & (FUHASH-1)]; fup != NULL; fup = fup->fu_next)
555 fup->fu_next = *fhp;

Completed in 73 milliseconds