HomeSort by: relevance | last modified time | path
    Searched refs:fileusage (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/repquota/
repquota.c 78 struct fileusage { struct
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 *
    [all...]
  /src/usr.sbin/quotacheck/
quotacheck.c 112 struct fileusage { struct
113 struct fileusage *fu_next;
121 static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
158 static struct fileusage *lookup(uint32_t, int);
159 static struct fileusage *addid(uint32_t, int, const char *);
320 struct fileusage *fup;
482 struct fileusage *fup;
488 static struct fileusage zerofileusage;
661 static struct fileusage *
664 struct fileusage *fup
    [all...]

Completed in 84 milliseconds