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

/macosx-10.10/diskdev_cmds-576/quotaon.tproj/
H A Dquotaon.c101 int hasquota(register struct statfs *, int, char **);
104 int hasquota(register struct fstab *, int, char **);
176 if (gflag && hasquota(&fst[i], GRPQUOTA, &qfnp))
178 if (uflag && hasquota(&fst[i], USRQUOTA, &qfnp))
185 if (gflag && hasquota(&fst[i], GRPQUOTA, &qfnp))
187 if (uflag && hasquota(&fst[i], USRQUOTA, &qfnp))
199 if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
201 if (uflag && hasquota(fs, USRQUOTA, &qfnp))
208 if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
210 if (uflag && hasquota(f
311 int hasquota(fst, type, qfnamep) function
344 int hasquota(fs, type, qfnamep) function
[all...]
/macosx-10.10/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c119 int hasquota(struct statfs *, int, char **);
182 if (gflag && hasquota(&fst[i], GRPQUOTA, &qfnp))
184 if (uflag && hasquota(&fst[i], USRQUOTA, &qfnp))
191 if (gflag && hasquota(&fst[i], GRPQUOTA, &qfnp))
193 if (uflag && hasquota(&fst[i], USRQUOTA, &qfnp))
216 if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
218 if (uflag && hasquota(fs, USRQUOTA, &qfnp))
225 if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
227 if (uflag && hasquota(fs, USRQUOTA, &qfnp))
475 hasquota(fs function
507 hasquota(fs, type, qfnamep) function
[all...]
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c117 int hasquota(struct statfs *, int, char **);
133 int hasquota __P((struct fstab *, int, char **));
293 if (gflag && hasquota(fst, GRPQUOTA, &qfnp)) {
297 if (uflag && hasquota(fst, USRQUOTA, &qfnp)) {
320 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) {
324 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) {
799 hasquota(fst, type, qfnamep) function
836 hasquota(fs, type, qfnamep) function
/macosx-10.10/diskdev_cmds-576/quota.tproj/
H A Dquota.c103 int hasquota __P((struct statfs *, int, char **));
601 if (!hasquota(&fst[i], quotatype, &qfpathname))
654 if (!hasquota(fs, quotatype, &qfpathname))
778 hasquota(fst, type, qfnamep) function
809 hasquota(fs, type, qfnamep) function
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c122 int hasquota __P((struct statfs *, int, char **));
350 if (!hasquota(&fst[i], quotatype, &qfpathname))
424 if (!hasquota(fs, quotatype, &qfpathname))
1157 hasquota(fst, type, qfnamep) function
1189 hasquota(fs, type, qfnamep) function
/macosx-10.10/NFS-82/rpc.rquotad/
H A Drquotad.c73 int hasquota(struct statfs *fst, char **uqfnamep, char **gqfnamep);
641 hasquota(struct statfs *fst, char **uqfnamep, char **gqfnamep) function
695 if (!hasquota(fst, &uqfpathname, &gqfpathname))

Completed in 204 milliseconds