Symbol: fileusage
usr.sbin/quotacheck/quotacheck.c
113
struct fileusage *fu_next;
usr.sbin/quotacheck/quotacheck.c
121
static struct fileusage *fuhead[MAXQUOTAS][FUHASH];
usr.sbin/quotacheck/quotacheck.c
158
static struct fileusage *lookup(uint32_t, int);
usr.sbin/quotacheck/quotacheck.c
159
static struct fileusage *addid(uint32_t, int, const char *);
usr.sbin/quotacheck/quotacheck.c
320
struct fileusage *fup;
usr.sbin/quotacheck/quotacheck.c
482
struct fileusage *fup;
usr.sbin/quotacheck/quotacheck.c
488
static struct fileusage zerofileusage;
usr.sbin/quotacheck/quotacheck.c
661
static struct fileusage *
usr.sbin/quotacheck/quotacheck.c
664
struct fileusage *fup;
usr.sbin/quotacheck/quotacheck.c
675
static struct fileusage *
usr.sbin/quotacheck/quotacheck.c
678
struct fileusage *fup, **fhp;
usr.sbin/quotacheck/quotacheck.c
705
struct fileusage *fup, **iup, **cup;
usr.sbin/repquota/repquota.c
111
static struct fileusage *addid(uint32_t, int, const char *);
usr.sbin/repquota/repquota.c
112
static struct fileusage *lookup(uint32_t, int);
usr.sbin/repquota/repquota.c
113
static struct fileusage *qremove(uint32_t, int);
usr.sbin/repquota/repquota.c
232
struct fileusage *fup;
usr.sbin/repquota/repquota.c
282
struct fileusage *fup;
usr.sbin/repquota/repquota.c
424
struct fileusage *fup;
usr.sbin/repquota/repquota.c
468
struct fileusage *
usr.sbin/repquota/repquota.c
471
struct fileusage *fup;
usr.sbin/repquota/repquota.c
481
static struct fileusage *
usr.sbin/repquota/repquota.c
484
struct fileusage *fup, **fupp;
usr.sbin/repquota/repquota.c
500
static struct fileusage *
usr.sbin/repquota/repquota.c
503
struct fileusage *fup, **fhp;
usr.sbin/repquota/repquota.c
79
struct fileusage *fu_next;
usr.sbin/repquota/repquota.c
87
static struct fileusage *fuhead[REPQUOTA_NUMIDTYPES][FUHASH];