Searched refs:fu_next (Results 1 – 2 of 2) sorted by relevance
73 struct fileusage *fu_next; member292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()316 fup->fu_next = *fhp; in addid()
88 struct fileusage *fu_next;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() 551 fup->fu_next = *fhp; in addid() 92 struct fileusage *fu_next; global() member