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

/freebsd-13-stable/usr.sbin/quotaon/
H A Dquotaon.c159 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL)
/freebsd-13-stable/sbin/quotacheck/
H A Dpreen.c119 qfu = quota_open(fs, USRQUOTA, O_CREAT|O_RDWR);
122 qfg = quota_open(fs, GRPQUOTA, O_CREAT|O_RDWR);
H A Dquotacheck.c217 qfu = quota_open(fs, USRQUOTA, O_CREAT|O_RDWR);
220 qfg = quota_open(fs, GRPQUOTA, O_CREAT|O_RDWR);
/freebsd-13-stable/lib/libutil/
H A DMakefile70 quotafile.3 quota_open.3 \
H A Dlibutil.h202 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
H A Dquotafile.c115 quota_open(struct fstab *fs, int quotatype, int openflags) function
/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c286 * This allows the quota_open() call to work the way we
303 qf = quota_open(&fst, type, O_RDONLY);
305 warnx("quota_open(<%s, %s>, %d) returned %p",
/freebsd-13-stable/usr.sbin/repquota/
H A Drepquota.c208 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL) {
/freebsd-13-stable/usr.bin/quota/
H A Dquota.c560 if ((qf = quota_open(fs, quotatype, O_RDONLY)) == NULL)
/freebsd-13-stable/usr.sbin/edquota/
H A Dedquota.c387 if ((qf = quota_open(fs, quotatype, O_CREAT|O_RDWR)) == NULL) {

Completed in 200 milliseconds