Home
last modified time | relevance | path

Searched refs:fileusage (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/repquota/
H A Drepquota.c78 struct fileusage { struct
79 struct fileusage *fu_next; argument
87 static struct fileusage *fuhead[REPQUOTA_NUMIDTYPES][FUHASH]; argument
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; in repquota()
282 struct fileusage *fup; in printquotas()
424 struct fileusage *fup; in exportquotas()
468 struct fileusage *
[all …]
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c112 struct fileusage { struct
113 struct fileusage *fu_next; argument
121 static struct fileusage *fuhead[MAXQUOTAS][FUHASH]; argument
158 static struct fileusage *lookup(uint32_t, int);
159 static struct fileusage *addid(uint32_t, int, const char *);
320 struct fileusage *fup; in chkquota()
482 struct fileusage *fup; in update()
488 static struct fileusage zerofileusage; in update()
661 static struct fileusage *
664 struct fileusage *fup; in lookup()
[all …]