Lines Matching refs:EXT4_B2C
2503 *partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_remove_blocks()
2539 *partial_cluster == -(long long) EXT4_B2C(sbi, pblk+num-1)) in ext4_remove_blocks()
2562 first_cluster = (long long) EXT4_B2C(sbi, pblk); in ext4_remove_blocks()
2658 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_rm_leaf()
2760 if (*partial_cluster != (long long) EXT4_B2C(sbi, pblk)) { in ext4_ext_rm_leaf()
2869 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
2899 -(long long) EXT4_B2C(sbi, pblk); in ext4_ext_remove_space()
3904 alloc_cluster_start = EXT4_B2C(sbi, lblk_start); in get_reserved_cluster_alloc()
3905 alloc_cluster_end = EXT4_B2C(sbi, lblk_start + num_blks - 1); in get_reserved_cluster_alloc()
4209 ex_cluster_start = EXT4_B2C(sbi, ee_block); in get_implied_cluster_alloc()
4210 ex_cluster_end = EXT4_B2C(sbi, ee_block + ee_len - 1); in get_implied_cluster_alloc()
4213 rr_cluster_start = EXT4_B2C(sbi, map->m_lblk); in get_implied_cluster_alloc()