Searched defs:qv (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota-fs.c701 struct quotaval qv; local
718 if (quota_get(qh, &qk, &qv) != 0) {
730 *bytes_value_r = qv.qv_usage * DEV_BSIZE;
731 *bytes_limit_r = qv.qv_softlimit * DEV_BSIZE;
733 *count_value_r = qv.qv_usage;
734 *count_limit_r = qv.qv_softlimit;

Completed in 12 milliseconds