Lines Matching refs:EXT4_B2C
2501 *partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_remove_blocks()
2537 *partial_cluster == -(long long) EXT4_B2C(sbi, pblk+num-1)) in ext4_remove_blocks()
2560 first_cluster = (long long) EXT4_B2C(sbi, pblk); in ext4_remove_blocks()
2656 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_rm_leaf()
2758 if (*partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_ext_rm_leaf()
2867 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
2897 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
3899 alloc_cluster_start = EXT4_B2C(sbi, lblk_start); in get_reserved_cluster_alloc()
3900 alloc_cluster_end = EXT4_B2C(sbi, lblk_start + num_blks - 1); in get_reserved_cluster_alloc()
4204 ex_cluster_start = EXT4_B2C(sbi, ee_block); in get_implied_cluster_alloc()
4205 ex_cluster_end = EXT4_B2C(sbi, ee_block + ee_len - 1); in get_implied_cluster_alloc()
4208 rr_cluster_start = EXT4_B2C(sbi, map->m_lblk); in get_implied_cluster_alloc()