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

  /src/lib/libquota/
Makefile 11 SRCS+= quota_open.c
32 libquota.3 quota_open.3 \
quota_open.c 1 /* $NetBSD: quota_open.c,v 1.7 2012/02/01 05:34:40 dholland Exp $ */
32 __RCSID("$NetBSD: quota_open.c,v 1.7 2012/02/01 05:34:40 dholland Exp $");
45 quota_open(const char *path) function in typeref:struct:quotahandle *
  /src/include/
quota.h 44 struct quotahandle *quota_open(const char *);
  /src/usr.sbin/quotaon/
quotaon.c 127 * XXX at the moment quota_open also uses getfsent(), but it
131 qh = quota_open("/");
158 qh = quota_open(fs->fs_file);
161 warn("quota_open");
  /src/libexec/rpc.rquotad/
rquotad.c 263 qh = quota_open(ext_getq_args.gqa_pathp);
  /src/usr.sbin/edquota/
edquota.c 458 qh = quota_open(filesys);
522 qh = quota_open(qup->fsname);
524 err(1, "%s: quota_open", qup->fsname);
672 qh = quota_open(fst[i].f_mntonname);
674 err(1, "%s: quota_open", fst[i].f_mntonname);
  /src/usr.bin/quota/
quota.c 498 qup->qh = quota_open(fst[i].f_mntonname);
503 err(1, "%s: quota_open", fst[i].f_mntonname);
  /src/usr.sbin/quotarestore/
quotarestore.c 539 qh = quota_open(volume);
541 err(EXIT_FAILURE, "quota_open: %s", volume);
  /src/usr.sbin/repquota/
repquota.c 190 qh = quota_open(fst[i].f_mntonname);
196 warn("%s: quota_open", fst[i].f_mntonname);

Completed in 16 milliseconds