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

/freebsd-current/usr.sbin/repquota/
H A Drepquota.c78 #define FUHASH 1024 /* must be power of two */ macro
79 static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
315 fhp = &fuhead[type][id & (FUHASH - 1)];
/freebsd-current/sbin/quotacheck/
H A Dquotacheck.c99 #define FUHASH 1024 /* must be power of two */ macro
100 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
464 for (id = 0; id < FUHASH; id++) {
531 for (fup = fuhead[type][id & (FUHASH-1)]; fup != NULL; fup = fup->fu_next)
554 fhp = &fuhead[type][id & (FUHASH - 1)];

Completed in 147 milliseconds