Searched refs:fu_next (Results 1 – 2 of 2) sorted by relevance
79 struct fileusage *fu_next; member473 for (fup = fuhead[idtype][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()489 *fupp = fup->fu_next; in qremove()492 fupp = &fup->fu_next; in qremove()536 fup->fu_next = *fhp; in addid()
113 struct fileusage *fu_next; member666 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()690 fup->fu_next = *fhp; in addid()715 for (fup = *cup; fup != 0; fup = fup->fu_next) { in subsequent()