Lines Matching refs:EXT4_B2C
2540 *partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_remove_blocks()
2576 *partial_cluster == -(long long) EXT4_B2C(sbi, pblk+num-1)) in ext4_remove_blocks()
2599 first_cluster = (long long) EXT4_B2C(sbi, pblk); in ext4_remove_blocks()
2695 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_rm_leaf()
2797 if (*partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_ext_rm_leaf()
2906 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
2936 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
3944 alloc_cluster_start = EXT4_B2C(sbi, lblk_start); in get_reserved_cluster_alloc()
3945 alloc_cluster_end = EXT4_B2C(sbi, lblk_start + num_blks - 1); in get_reserved_cluster_alloc()
4249 ex_cluster_start = EXT4_B2C(sbi, ee_block); in get_implied_cluster_alloc()
4250 ex_cluster_end = EXT4_B2C(sbi, ee_block + ee_len - 1); in get_implied_cluster_alloc()
4253 rr_cluster_start = EXT4_B2C(sbi, map->m_lblk); in get_implied_cluster_alloc()