Home
last modified time | relevance | path

Searched defs:quotause (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/usr.bin/quota/
H A Dquota.c41 struct quotause { struct
42 struct quotause *next; argument
43 long flags;
44 struct dqblk dqblk;
45 char fsname[MAXPATHLEN + 1];
/csrg-svn/usr.sbin/edquota/
H A Dedquota.c45 struct quotause { struct
46 struct quotause *next; argument
58 register struct quotause *qup, *protoprivs, *curprivs; argument