Home
last modified time | relevance | path

Searched refs:hasquota (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/quotaon/
Dquotaon.c64 int hasquota(struct fstab *, int, char **, int);
122 if (gflag && hasquota(fs, GRPQUOTA, &qfnp, 0)) in main()
124 if (uflag && hasquota(fs, USRQUOTA, &qfnp, 0)) in main()
132 hasquota(fs, GRPQUOTA, &qfnp, 1); in main()
136 hasquota(fs, USRQUOTA, &qfnp, 1); in main()
203 hasquota(struct fstab *fs, int type, char **qfnamep, int force) in hasquota() function
/mirbsd/src/usr.sbin/repquota/
Drepquota.c80 int hasquota(struct fstab *, int, char **);
142 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
144 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
151 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
153 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
269 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function
/mirbsd/src/libexec/rpc.rquotad/
Drquotad.c36 int hasquota(struct fstab *fs, char **qfnamep);
192 if (!hasquota(fs, &qfpathname)) in initfs()
284 hasquota(struct fstab *fs, char **qfnamep) in hasquota() function
/mirbsd/src/sbin/quotacheck/
Dquotacheck.c119 int hasquota(struct fstab *, int, char **);
233 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) { in needchk()
237 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) { in needchk()
471 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function
/mirbsd/src/usr.sbin/edquota/
Dedquota.c93 int hasquota(struct fstab *, int, char **);
253 if (!hasquota(fs, quotatype, &qfpathname)) in getprivs()
725 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function