Home
last modified time | relevance | path

Searched refs:quota_convert (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libutil/
H A Dlibutil.h196 int quota_convert(struct quotafile *_qf, int _wordsize);
H A Dquotafile.c515 quota_convert(struct quotafile *qf, int wordsize) in quota_convert() function
/freebsd/sbin/quotacheck/
H A Dquotacheck.c256 if (qfu != NULL && quota_convert(qfu, cflag) < 0) { in chkquota()
267 if (qfg != NULL && quota_convert(qfg, cflag) < 0) { in chkquota()