Home
last modified time | relevance | path

Searched refs:quota_qfname (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/quotaon/
H A Dquotaon.c158 warn("using %s on %s", quota_qfname(qf), quota_fsname(qf)); in quotaonoff()
163 quota_fsname(qf), qfextension[type], quota_qfname(qf)); in quotaonoff()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c294 if (stat(quota_qfname(qfu), &sb) == 0) { in chkquota()
300 if (stat(quota_qfname(qfg), &sb) == 0) { in chkquota()
483 stat(quota_qfname(qf), &sb) == 0 && in update()
485 truncate(quota_qfname(qf), in update()
/freebsd/lib/libutil/
H A DMakefile68 quotafile.3 quota_qfname.3 \
H A Dlibutil.h205 quota_qfname(const struct quotafile *_qf);
H A Dquotafile.c242 quota_qfname(const struct quotafile *qf) in quota_qfname() function