Home
last modified time | relevance | path

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

/freebsd/usr.sbin/repquota/
H A Drepquota.c79 static struct fileusage *fuhead[MAXQUOTAS][FUHASH]; variable
292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()
315 fhp = &fuhead[type][id & (FUHASH - 1)]; in addid()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c96 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
461 for (fup = fuhead[type][id]; fup != NULL; fup = fup->fu_next) { in update()
527 for (fup = fuhead[type][id & (FUHASH-1)]; fup != NULL; fup = fup->fu_next) in lookup()
550 fhp = &fuhead[type][id & (FUHASH - 1)]; in addid()
100 struct fileusage *fuhead[MAXQUOTAS][FUHASH]; global() variable