Lines Matching defs:fileusage
78 struct fileusage {
79 struct fileusage *fu_next;
87 static struct fileusage *fuhead[REPQUOTA_NUMIDTYPES][FUHASH];
111 static struct fileusage *addid(uint32_t, int, const char *);
112 static struct fileusage *lookup(uint32_t, int);
113 static struct fileusage *qremove(uint32_t, int);
232 struct fileusage *fup;
282 struct fileusage *fup;
424 struct fileusage *fup;
468 struct fileusage *
471 struct fileusage *fup;
481 static struct fileusage *
484 struct fileusage *fup, **fupp;
500 static struct fileusage *
503 struct fileusage *fup, **fhp;
534 err(1, "out of memory for fileusage structures");