Searched refs:quota_open (Results 1 – 10 of 10) sorted by relevance
/freebsd/sbin/quotacheck/ |
H A D | preen.c | 110 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 D | quotacheck.c | 199 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 D | quotaon.c | 145 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL) in quotaonoff()
|
/freebsd/lib/libutil/ |
H A D | Makefile | 67 quotafile.3 quota_open.3 \
|
H A D | libutil.h | 203 quota_open(struct fstab *_fs, int _quotatype, int _openflags);
|
H A D | quotafile.c | 113 quota_open(struct fstab *fs, int quotatype, int openflags) in quota_open() function
|
/freebsd/usr.sbin/repquota/ |
H A D | repquota.c | 194 if ((qf = quota_open(fs, type, O_RDONLY)) == NULL) { in repquota()
|
/freebsd/libexec/rpc.rquotad/ |
H A D | rquotad.c | 300 qf = quota_open(&fst, type, O_RDONLY); in getfsquota()
|
/freebsd/usr.bin/quota/ |
H A D | quota.c | 548 if ((qf = quota_open(fs, quotatype, O_RDONLY)) == NULL) in getufsquota()
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 372 if ((qf = quota_open(fs, quotatype, O_CREAT|O_RDWR)) == NULL) { in getprivs()
|