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

/macosx-10.10/diskdev_cmds-576/quotaon.tproj/
H A Dquotaon.c102 int quotaonoff(register struct statfs *, int, int, char *);
105 int quotaonoff(register struct fstab *, int, int, char *);
177 errs += quotaonoff(&fst[i], offmode, GRPQUOTA, qfnp);
179 errs += quotaonoff(&fst[i], offmode, USRQUOTA, qfnp);
186 errs += quotaonoff(&fst[i], offmode, GRPQUOTA, qfnp);
188 errs += quotaonoff(&fst[i], offmode, USRQUOTA, qfnp);
200 errs += quotaonoff(fs, offmode, GRPQUOTA, qfnp);
202 errs += quotaonoff(fs, offmode, USRQUOTA, qfnp);
209 errs += quotaonoff(fs, offmode, GRPQUOTA, qfnp);
211 errs += quotaonoff(f
233 int quotaonoff(fst, offmode, type, qfpathname) function
262 int quotaonoff(fs, offmode, type, qfpathname) function
[all...]

Completed in 108 milliseconds