Home
last modified time | relevance | path

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

/freebsd/usr.sbin/repquota/
H A Drepquota.c72 struct fileusage { struct
73 struct fileusage *fu_next; argument
79 static struct fileusage *fuhead[MAXQUOTAS][FUHASH]; argument
80 static struct fileusage *lookup(u_long, int);
81 static struct fileusage *addid(u_long, int, char *);
188 struct fileusage *fup; in repquota()
287 struct fileusage *
290 struct fileusage *fup; in lookup()
295 return ((struct fileusage *)0); in lookup()
301 struct fileusage *
[all …]
/freebsd/sbin/quotacheck/
H A Dquotacheck.c87 struct fileusage {
88 struct fileusage *fu_next;
96 struct fileusage *fuhead[MAXQUOTAS][FUHASH];
105 struct fileusage *
112 struct fileusage *
115 void printchanges(const char *, int, struct dqblk *, struct fileusage *,
235 struct fileusage *fup;
421 struct fileusage *fup;
426 static struct fileusage zerofileusage; in update()
522 struct fileusage *
91 struct fileusage { global() struct
92 fu_nextfileusage global() argument
100 fu_namefileusage global() argument
[all...]