Lines Matching defs:bsbits
4431 int bsbits, max;
4455 bsbits = ac->ac_sb->s_blocksize_bits;
4460 size = size << bsbits;
4466 max = 2 << bsbits;
4490 (21 - bsbits)) << 21;
4494 (22 - bsbits)) << 22;
4497 (8<<20)>>bsbits, max, 8 * 1024)) {
4499 (23 - bsbits)) << 23;
4502 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits;
4504 ac->ac_o_ex.fe_len) << bsbits;
4506 size = size >> bsbits;
4507 start = start_off >> bsbits;
5756 int bsbits = ac->ac_sb->s_blocksize_bits;
5770 >> bsbits;