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

/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c90 struct quotause { struct
91 struct quotause *next;
107 void freeprivs(struct quotause *);
109 struct quotause *getprivs(long, int, char *);
110 void putprivs(long, struct quotause *);
111 int readprivs(struct quotause *, char *);
112 int readtimes(struct quotause *, char *);
114 int writetimes(struct quotause *, int, int);
115 int writeprivs(struct quotause *, int, char *, int);
120 struct quotause *qu
[all...]
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c79 struct quotause { struct
80 struct quotause *next;
87 static struct quotause *getprivs(long id, int quotatype);
94 static void showrawquotas(int type, u_long id, struct quotause *qup);
96 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
98 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
279 struct quotause *qup;
280 struct quotause *quplist;
389 showrawquotas(int type, u_long id, struct quotause *qup)
485 static struct quotause *
[all...]

Completed in 212 milliseconds