Home
last modified time | relevance | path

Searched refs:GRPQUOTA (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/usr.sbin/quotaon/
Dquotaon.c122 if (gflag && hasquota(fs, GRPQUOTA, &qfnp, 0)) in main()
123 errs += quotaonoff(fs, offmode, GRPQUOTA, qfnp); in main()
132 hasquota(fs, GRPQUOTA, &qfnp, 1); in main()
133 errs += quotaonoff(fs, offmode, GRPQUOTA, qfnp); in main()
214 qfextension[GRPQUOTA], qfname); in hasquota()
223 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/mirbsd/src/usr.sbin/repquota/
Drepquota.c126 (void) addid((uid_t)gr->gr_gid, GRPQUOTA, gr->gr_name); in main()
142 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
143 errs += repquota(fs, GRPQUOTA, qfnp); in main()
151 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) in main()
152 errs += repquota(fs, GRPQUOTA, qfnp); in main()
280 qfextension[GRPQUOTA], qfname); in hasquota()
289 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/mirbsd/src/sbin/quotacheck/
Dquotacheck.c176 (void) addid((u_long)gr->gr_gid, GRPQUOTA, gr->gr_name); in main()
233 if (gflag && hasquota(fs, GRPQUOTA, &qfnp)) { in needchk()
284 GRPQUOTA, NULL); in chkquota()
311 (void)printf("%s", qfextension[GRPQUOTA]); in chkquota()
318 errs += update(mntpt, qnp->grpqfname, GRPQUOTA); in chkquota()
481 "%s%s", qfextension[GRPQUOTA], qfname); in hasquota()
490 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/mirbsd/src/usr.sbin/edquota/
Dedquota.c127 quotatype = GRPQUOTA; in main()
210 case GRPQUOTA: in getentry()
266 if (getentry(quotagroup, GRPQUOTA, &mid) == -1) { in getprivs()
736 qfextension[GRPQUOTA], qfname); in hasquota()
745 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/mirbsd/src/usr.bin/quota/
Dquota.c265 showquotas(GRPQUOTA, gid, name); in showgid()
299 showquotas(GRPQUOTA, grp->gr_gid, grp->gr_name); in showgrpname()
515 qfextension[GRPQUOTA], qfname); in ufshasquota()
525 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in ufshasquota()
/mirbsd/src/sys/ufs/ufs/
Dquota.h62 #define GRPQUOTA 1 /* element used for group quotas */ macro
Dufs_quota.c171 if (ip->i_dquot[GRPQUOTA] == NODQUOT &&
173 dqget(vp, ip->i_ffs_gid, ump, GRPQUOTA, &ip->i_dquot[GRPQUOTA])) &&