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

/freebsd-10-stable/lib/libutil/
H A Dquotafile.c57 char qfname[MAXPATHLEN + 1]; /* quota file if not using quotactl */ member in struct:quotafile
131 serrno = hasquota(fs, quotatype, qf->qfname, sizeof(qf->qfname));
140 if ((qf->fd = open(qf->qfname, qf->accmode|O_CLOEXEC)) < 0 &&
171 if ((qf->fd = open(qf->qfname, O_RDWR|O_CREAT|O_TRUNC|O_CLOEXEC, 0)) <
182 unlink(qf->qfname);
214 return (quotactl(qf->fsname, qcmd, 0, qf->qfname));
235 return (qf->qfname);
254 if (stat(qf->qfname, &st) < 0)
532 snprintf(newqf->qfname, MAXPATHLE
[all...]
/freebsd-10-stable/sbin/quotacheck/
H A Dquotacheck.c74 char *qfname = QUOTAFILENAME; variable

Completed in 107 milliseconds