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

/dovecot/src/plugins/quota/
H A Dquota-fs.c32 #ifndef DEV_BSIZE
34 # define DEV_BSIZE DQBSIZE /* AIX */ macro
36 # define DEV_BSIZE 512 macro
679 *bytes_value_r = (uint64_t)dqblk.dqb_curblocks * DEV_BSIZE;
680 *bytes_limit_r = (uint64_t)dqblk.dqb_bsoftlimit * DEV_BSIZE;
682 *bytes_limit_r = (uint64_t)dqblk.dqb_bhardlimit * DEV_BSIZE;
730 *bytes_value_r = qv.qv_usage * DEV_BSIZE;
731 *bytes_limit_r = qv.qv_softlimit * DEV_BSIZE;
803 *bytes_value_r = (uint64_t)dqblk.dqb_curblocks * DEV_BSIZE;
804 *bytes_limit_r = (uint64_t)dqblk.dqb_bsoftlimit * DEV_BSIZE;
[all...]

Completed in 13 milliseconds