Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/quotaon/
H A Dquotaon.c60 int hasquota(struct fstab *, int, char **);
113 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
115 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
122 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
124 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
189 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function
/dragonfly/usr.sbin/repquota/
H A Drepquota.c85 int hasquota(struct fstab *, int, char **);
145 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
147 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
154 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
156 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) in main()
270 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function
/dragonfly/libexec/rpc.rquotad/
H A Drquotad.c40 static int hasquota(struct fstab *fs, char **qfnamep);
197 if (!hasquota(fs, &qfpathname)) in initfs()
278 hasquota(struct fstab *fs, char **qfnamep) in hasquota() function
/dragonfly/sbin/quotacheck/
H A Dquotacheck.c107 int hasquota(struct fstab *, int, char **);
211 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) { in needchk()
215 if (uflag && hasquota(fs, USRQUOTA, &qfnp)) { in needchk()
418 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function
/dragonfly/usr.sbin/edquota/
H A Dedquota.c79 int hasquota(struct fstab *, int, char **);
337 if (!hasquota(fs, quotatype, &qfpathname)) in getprivs()
782 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota() function