Home
last modified time | relevance | path

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

/freebsd/usr.sbin/edquota/
H A Dedquota.c75 struct quotause { struct
76 struct quotause *next; argument
92 void freeprivs(struct quotause *); argument
94 struct quotause *getprivs(long, int, char *);
95 void putprivs(long, struct quotause *);
96 int readprivs(struct quotause *, char *);
97 int readtimes(struct quotause *, char *);
99 int writetimes(struct quotause *, int, int);
100 int writeprivs(struct quotause *, int, char *, int);
105 struct quotause *qup, *protoprivs, *curprivs; in main()
[all …]
/freebsd/usr.bin/quota/
H A Dquota.c68 struct quotause { struct
69 struct quotause *next; argument
76 static struct quotause *getprivs(long id, int quotatype); argument
83 static void showrawquotas(int type, u_long id, struct quotause *qup);
85 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
87 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
268 struct quotause *qup; in showquotas()
269 struct quotause *quplist; in showquotas()
378 showrawquotas(int type, u_long id, struct quotause *qup) in showrawquotas()
474 static struct quotause *
[all …]