Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dquotafile.c121 int qcmd, serrno = 0; in quota_open() local
132 qcmd = QCMD(Q_GETQUOTASIZE, quotatype); in quota_open()
223 int qcmd; in quota_on() local
225 qcmd = QCMD(Q_QUOTAON, qf->quotatype); in quota_on()
341 int qcmd; in quota_read() local
344 qcmd = QCMD(Q_GETQUOTA, qf->quotatype); in quota_read()
345 return (quotactl(qf->fsname, qcmd, id, dqb)); in quota_read()
411 int qcmd; in quota_write_usage() local
414 qcmd = QCMD(Q_SETUSE, qf->quotatype); in quota_write_usage()
459 int qcmd; in quota_write_limits() local
[all …]