Searched refs:hasquota (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/quotaon/ |
| D | quotaon.c | 64 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/ |
| D | repquota.c | 80 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/ |
| D | rquotad.c | 36 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/ |
| D | quotacheck.c | 119 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/ |
| D | edquota.c | 93 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
|