Lines Matching defs:bsbits
3540 int bsbits, max;
3566 bsbits = ac->ac_sb->s_blocksize_bits;
3571 size = size << bsbits;
3577 max = 2 << bsbits;
3601 (21 - bsbits)) << 21;
3605 (22 - bsbits)) << 22;
3608 (8<<20)>>bsbits, max, 8 * 1024)) {
3610 (23 - bsbits)) << 23;
3613 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits;
3615 ac->ac_o_ex.fe_len) << bsbits;
3617 size = size >> bsbits;
3618 start = start_off >> bsbits;
4718 int bsbits = ac->ac_sb->s_blocksize_bits;
4729 >> bsbits;