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

/freebsd-13-stable/usr.sbin/repquota/
H A Drepquota.c93 static struct fileusage *fuhead[MAXQUOTAS][FUHASH]; variable in typeref:struct:fileusage
306 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
329 fhp = &fuhead[type][id & (FUHASH - 1)];
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c114 struct fileusage *fuhead[MAXQUOTAS][FUHASH]; variable in typeref:struct:fileusage
479 for (fup = fuhead[type][id]; fup != NULL; fup = fup->fu_next) {
545 for (fup = fuhead[type][id & (FUHASH-1)]; fup != NULL; fup = fup->fu_next)
568 fhp = &fuhead[type][id & (FUHASH - 1)];

Completed in 101 milliseconds