Home
last modified time | relevance | path

Searched refs:quota_open (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/quotacheck/
H A Dpreen.c110 qfu = quota_open(fs, USRQUOTA, O_CREAT|O_RDWR); in checkfstab()
113 qfg = quota_open(fs, GRPQUOTA, O_CREAT|O_RDWR); in checkfstab()
H A Dquotacheck.c199 qfu = quota_open(fs, USRQUOTA, O_CREAT|O_RDWR); in main()
202 qfg = quota_open(fs, GRPQUOTA, O_CREAT|O_RDWR); in main()
/freebsd/usr.sbin/quotaon/
H A Dquotaon.c145 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL) in quotaonoff()
/freebsd/lib/libutil/
H A DMakefile67 quotafile.3 quota_open.3 \
H A Dlibutil.h203 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
H A Dquotafile.c113 quota_open(struct fstab *fs, int quotatype, int openflags) in quota_open() function
/freebsd/usr.sbin/repquota/
H A Drepquota.c194 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL) { in repquota()
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c300 qf = quota_open(&fst, type, O_RDONLY); in getfsquota()
/freebsd/usr.bin/quota/
H A Dquota.c548 if ((qf = quota_open(fs, quotatype, O_RDONLY)) == NULL) in getufsquota()
/freebsd/usr.sbin/edquota/
H A Dedquota.c372 if ((qf = quota_open(fs, quotatype, O_CREAT|O_RDWR)) == NULL) { in getprivs()