Searched refs:EXT4_B2C (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/fs/ext4/ |
D | balloc.c | 114 block_cluster = EXT4_B2C(sbi, in ext4_num_overhead_clusters() 125 inode_cluster = EXT4_B2C(sbi, in ext4_num_overhead_clusters() 138 c = EXT4_B2C(sbi, itbl_blk + i - start); in ext4_num_overhead_clusters() 212 ext4_set_bit(EXT4_B2C(sbi, tmp - start), bh->b_data); in ext4_init_block_bitmap() 216 ext4_set_bit(EXT4_B2C(sbi, tmp - start), bh->b_data); in ext4_init_block_bitmap() 222 ext4_set_bit(EXT4_B2C(sbi, tmp - start), bh->b_data); in ext4_init_block_bitmap() 336 if (offset < 0 || EXT4_B2C(sbi, offset) >= max_bit || in ext4_valid_block_bitmap() 337 !ext4_test_bit(EXT4_B2C(sbi, offset), bh->b_data)) in ext4_valid_block_bitmap() 344 if (offset < 0 || EXT4_B2C(sbi, offset) >= max_bit || in ext4_valid_block_bitmap() 345 !ext4_test_bit(EXT4_B2C(sbi, offset), bh->b_data)) in ext4_valid_block_bitmap() [all …]
|
D | extents_status.c | 1087 if (rc->partial && (rc->lclu != EXT4_B2C(sbi, i))) { in count_rsvd() 1120 rc->lclu = EXT4_B2C(sbi, i); in count_rsvd() 1195 first_lclu = EXT4_B2C(sbi, rc->first_do_lblk); in get_rsvd() 1196 last_lclu = EXT4_B2C(sbi, rc->last_do_lblk); in get_rsvd() 1879 lclu = EXT4_B2C(sbi, lblk); in __insert_pending() 1924 pr = __get_pending(inode, EXT4_B2C(sbi, lblk)); in __remove_pending() 1967 ret = (bool)(__get_pending(inode, EXT4_B2C(sbi, lblk)) != NULL); in ext4_is_pending() 2061 first_lclu = EXT4_B2C(sbi, start); in __es_delayed_clu() 2063 first_lclu = EXT4_B2C(sbi, es->es_lblk); in __es_delayed_clu() 2066 last_lclu = EXT4_B2C(sbi, end); in __es_delayed_clu() [all …]
|
D | resize.c | 71 if (EXT4_B2C(sbi, sbi->s_sbh->b_blocknr) != in ext4_resize_begin() 468 start = EXT4_B2C(sbi, ext4_group_first_block_no(sb, group)); in set_flexbg_block_bitmap() 649 ext4_mark_bitmap_end(EXT4_B2C(sbi, group_data[i].blocks_count), in setup_new_flex_group_blocks() 693 EXT4_B2C(sbi, start), in setup_new_flex_group_blocks() 694 EXT4_B2C(sbi, in setup_new_flex_group_blocks() 707 EXT4_B2C(sbi, start), in setup_new_flex_group_blocks() 708 EXT4_B2C(sbi, in setup_new_flex_group_blocks()
|
D | fsmap.c | 538 EXT4_B2C(sbi, info->gfi_low.fmr_physical), in ext4_getfsmap_datadev() 539 EXT4_B2C(sbi, info->gfi_high.fmr_physical), in ext4_getfsmap_datadev()
|
D | extents.c | 2489 partial->pclu != EXT4_B2C(sbi, last_pblk)) { in ext4_remove_blocks() 2541 if (partial->state != initial && partial->pclu != EXT4_B2C(sbi, pblk)) in ext4_remove_blocks() 2556 partial->pclu = EXT4_B2C(sbi, pblk); in ext4_remove_blocks() 2648 partial->pclu = EXT4_B2C(sbi, pblk); in ext4_ext_rm_leaf() 2763 if (partial->pclu != EXT4_B2C(sbi, pblk)) { in ext4_ext_rm_leaf() 2883 partial.pclu = EXT4_B2C(sbi, pblk); in ext4_ext_remove_space() 2916 partial.pclu = EXT4_B2C(sbi, pblk); in ext4_ext_remove_space() 4014 ex_cluster_start = EXT4_B2C(sbi, ee_block); in get_implied_cluster_alloc() 4015 ex_cluster_end = EXT4_B2C(sbi, ee_block + ee_len - 1); in get_implied_cluster_alloc() 4018 rr_cluster_start = EXT4_B2C(sbi, map->m_lblk); in get_implied_cluster_alloc() [all …]
|
D | super.c | 4109 ext4_set_bit(EXT4_B2C(sbi, b - first_block), buf); in count_overhead() 4114 ext4_set_bit(EXT4_B2C(sbi, b - first_block), buf); in count_overhead() 4120 int c = EXT4_B2C(sbi, b - first_block); in count_overhead() 4139 ext4_set_bit(EXT4_B2C(sbi, s++), buf); in count_overhead() 4172 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
|
D | mballoc.c | 6230 ext4_fsblk_t first_cluster = EXT4_B2C(sbi, block); in ext4_group_add_blocks() 6231 ext4_fsblk_t last_cluster = EXT4_B2C(sbi, block + count - 1); in ext4_group_add_blocks()
|
D | ext4.h | 316 #define EXT4_B2C(sbi, blk) ((blk) >> (sbi)->s_cluster_bits) macro
|
D | inode.c | 1677 EXT4_B2C(sbi, lblk)); in ext4_insert_delayed_block()
|