Searched refs:ext4_block_bitmap (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/ext4/ |
D | balloc.c | 113 if (ext4_block_in_group(sb, ext4_block_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters() 115 ext4_block_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters() 210 tmp = ext4_block_bitmap(sb, gdp); in ext4_init_block_bitmap() 334 blk = ext4_block_bitmap(sb, desc); in ext4_valid_block_bitmap() 433 bitmap_blk = ext4_block_bitmap(sb, desc); in ext4_read_block_bitmap_nowait()
|
D | block_validity.c | 239 ext4_block_bitmap(sb, gdp), 1, 0); in ext4_setup_system_zone()
|
D | fsmap.c | 432 ext4_block_bitmap(sb, gdp), 1, in ext4_getfsmap_find_fixed_metadata()
|
D | super.c | 295 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap() function 2896 block_bitmap = ext4_block_bitmap(sb, gdp); in ext4_check_descriptors() 3875 b = ext4_block_bitmap(sb, gdp); in count_overhead()
|
D | mballoc.c | 5386 if (in_range(ext4_block_bitmap(sb, gdp), block, count) || in ext4_free_blocks() 5578 if (in_range(ext4_block_bitmap(sb, desc), block, count) || in ext4_group_add_blocks()
|
D | ext4.h | 3082 extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
|