Searched refs:qcmd (Results 1 – 1 of 1) sorted by relevance
121 int qcmd, serrno = 0; in quota_open() local132 qcmd = QCMD(Q_GETQUOTASIZE, quotatype); in quota_open()223 int qcmd; in quota_on() local225 qcmd = QCMD(Q_QUOTAON, qf->quotatype); in quota_on()341 int qcmd; in quota_read() local344 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() local414 qcmd = QCMD(Q_SETUSE, qf->quotatype); in quota_write_usage()459 int qcmd; in quota_write_limits() local[all …]