HomeSort by: relevance | last modified time | path
    Searched refs:quotaon (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.sbin/quotaon/
Makefile 7 PROG= quotaon
8 SRCS= quotaon.c
9 MAN= quotaon.8
10 MLINKS= quotaon.8 quotaoff.8
11 LINKS= ${BINDIR}/quotaon ${BINDIR}/quotaoff
  /src/etc/rc.d/
quota 22 /usr/sbin/quotaon -a
  /src/sys/compat/netbsd32/
netbsd32_quota.c 130 args.u.quotaon.qc_idtype = args32.u.quotaon.qc_idtype;
131 args.u.quotaon.qc_quotafile =
132 NETBSD32PTR64(args32.u.quotaon.qc_quotafile);
netbsd32.h 413 } quotaon; member in union:netbsd32_quotactlargs::__anon14f7041d010a
  /src/sys/sys/
quotactl.h 149 } quotaon; member in union:quotactl_args::__anonb2878b2c020a
  /src/usr.sbin/
Makefile 24 quot quotacheck quotaon quotarestore \
  /src/lib/libquota/
quota_kernel.c 157 * Note that while it is an error to call quotaon on something
159 * quotaon to be called, it's not our responsibility to check
161 * error to call quotaon repeatedly -- apparently this is to
179 args.u.quotaon.qc_idtype = idtype;
180 args.u.quotaon.qc_quotafile = file;
  /src/sys/kern/
vfs_quotactl.c 181 args.u.quotaon.qc_idtype = idtype;
182 args.u.quotaon.qc_quotafile = path;
vfs_syscalls.c 1230 args->u.quotaon.qc_idtype,
1231 args->u.quotaon.qc_quotafile);
  /src/sys/ufs/lfs/
ulfs_vfsops.c 179 error = quotaon(l, mp, type, arg);
ulfs_quota.c 661 int idtype = args->u.quotaon.qc_idtype;
662 const char *qfile = args->u.quotaon.qc_quotafile;
  /src/sys/ufs/ufs/
ufs_vfsops.c 200 error = quotaon(l, mp, type, arg);
ufs_quota.c 646 int idtype = args->u.quotaon.qc_idtype;
647 const char *qfile = args->u.quotaon.qc_quotafile;
  /src/usr.bin/crunch/examples/
really-big.conf 72 progs pstat pwd_mkdb quot quotaon rarpd rbootd repquota rmt rpc.bootparamd

Completed in 20 milliseconds