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

/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c98 #define FUHASH 1024 /* must be power of two */ macro
99 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
514 for (i = 0; i < FUHASH; ++i) {
533 i = FUHASH;
887 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
930 fhp = &fuhead[type][id & (FUHASH - 1)];
959 fhp = &fuhead[type][id & (FUHASH - 1)];
/macosx-10.10/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c111 #define FUHASH 1024 /* must be power of two */ macro
112 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
558 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
587 fhp = &fuhead[type][id & (FUHASH - 1)];

Completed in 47 milliseconds