Searched refs:qfname (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libutil/
H A Dquotafile.c59 char qfname[MAXPATHLEN + 1]; /* quota file if not using quotactl */ member in struct:quotafile
135 * On UFS, hasquota() fills in qf->qfname. But we only care about
139 serrno = hasquota(fs, quotatype, qf->qfname,
140 sizeof(qf->qfname));
152 if ((qf->fd = open(qf->qfname, qf->accmode|O_CLOEXEC)) < 0 &&
183 if ((qf->fd = open(qf->qfname, O_RDWR|O_CREAT|O_TRUNC|O_CLOEXEC, 0)) <
194 unlink(qf->qfname);
226 return (quotactl(qf->fsname, qcmd, 0, qf->qfname));
247 return (qf->qfname);
266 if (stat(qf->qfname,
[all...]
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c77 const char *qfname = QUOTAFILENAME; variable

Completed in 100 milliseconds