Lines Matching defs:DEV_BSIZE
32 #ifndef DEV_BSIZE
34 # define DEV_BSIZE DQBSIZE /* AIX */
36 # define DEV_BSIZE 512
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;
806 *bytes_limit_r = (uint64_t)dqblk.dqb_bhardlimit * DEV_BSIZE;