Searched refs:fuhead (Results 1 – 2 of 2) sorted by relevance
79 static struct fileusage *fuhead[MAXQUOTAS][FUHASH]; variable292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()315 fhp = &fuhead[type][id & (FUHASH - 1)]; in addid()
96 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