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

/dovecot/src/plugins/quota/
H A Dquota-fs.c576 struct dqblk dqblk; local
616 id, (caddr_t)&dqblk) < 0) {
637 *bytes_value_r = dqblk.dqb_curblocks * 1024ULL;
639 *bytes_value_r = dqblk.dqb_curblocks;
641 *bytes_limit_r = dqblk.dqb_bsoftlimit * 1024ULL;
643 *bytes_limit_r = dqblk.dqb_bhardlimit * 1024ULL;
645 *count_value_r = dqblk.dqb_curinodes;
646 *count_limit_r = dqblk.dqb_isoftlimit;
648 *count_limit_r = dqblk
662 struct dqblk dqblk; local
750 struct dqblk dqblk; local
788 struct dqblk dqblk; local
[all...]

Completed in 11 milliseconds