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

/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c88 struct quotause { struct
89 struct quotause *next;
105 void freeprivs(struct quotause *);
107 struct quotause *getprivs(long, int, char *);
108 void putprivs(long, struct quotause *);
109 int readprivs(struct quotause *, char *);
110 int readtimes(struct quotause *, char *);
112 int writetimes(struct quotause *, int, int);
113 int writeprivs(struct quotause *, int, char *, int);
118 struct quotause *qu
[all...]
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c78 struct quotause { struct
79 struct quotause *next;
86 static struct quotause *getprivs(long id, int quotatype);
93 static void showrawquotas(int type, u_long id, struct quotause *qup);
95 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
97 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
278 struct quotause *qup;
279 struct quotause *quplist;
388 showrawquotas(int type, u_long id, struct quotause *qup)
484 static struct quotause *
[all...]

Completed in 107 milliseconds