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

/freebsd-9.3-release/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)) < 0 &&
171 if ((qf->fd = open(qf->qfname, O_RDWR|O_CREAT|O_TRUNC, 0)) < 0)
181 unlink(qf->qfname);
213 return (quotactl(qf->fsname, qcmd, 0, qf->qfname));
234 return (qf->qfname);
253 if (stat(qf->qfname, &st) < 0)
531 snprintf(newqf->qfname, MAXPATHLE
[all...]
/freebsd-9.3-release/usr.sbin/quotaon/
H A Dquotaon.c62 const char *qfname = QUOTAFILENAME; variable
/freebsd-9.3-release/usr.sbin/repquota/
H A Drepquota.c82 const char *qfname = QUOTAFILENAME; variable
/freebsd-9.3-release/sbin/quotacheck/
H A Dquotacheck.c73 char *qfname = QUOTAFILENAME; variable
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c76 const char *qfname = QUOTAFILENAME; variable

Completed in 112 milliseconds