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

/freebsd-current/usr.sbin/edquota/
H A Dedquota.c75 struct quotause { struct
76 struct quotause *next;
92 void freeprivs(struct quotause *);
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 *qu
[all...]
/freebsd-current/usr.bin/quota/
H A Dquota.c68 struct quotause { struct
69 struct quotause *next;
76 static struct quotause *getprivs(long id, int quotatype);
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;
269 struct quotause *quplist;
378 showrawquotas(int type, u_long id, struct quotause *qup)
474 static struct quotause *
[all...]

Completed in 108 milliseconds