HomeSort by: relevance | last modified time | path
    Searched defs:fu_next (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/repquota/
repquota.c 79 struct fileusage *fu_next; member in struct:fileusage
473 for (fup = fuhead[idtype][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
489 *fupp = fup->fu_next;
492 fupp = &fup->fu_next;
536 fup->fu_next = *fhp;
repquota.c 79 struct fileusage *fu_next; member in struct:fileusage
473 for (fup = fuhead[idtype][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
489 *fupp = fup->fu_next;
492 fupp = &fup->fu_next;
536 fup->fu_next = *fhp;
  /src/usr.sbin/quotacheck/
quotacheck.c 113 struct fileusage *fu_next; member in struct:fileusage
666 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
690 fup->fu_next = *fhp;
715 for (fup = *cup; fup != 0; fup = fup->fu_next) {
quotacheck.c 113 struct fileusage *fu_next; member in struct:fileusage
666 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
690 fup->fu_next = *fhp;
715 for (fup = *cup; fup != 0; fup = fup->fu_next) {

Completed in 60 milliseconds