Searched refs:ext4_block_bitmap (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ext4/ |
H A D | balloc.c | 136 if (ext4_block_in_group(sb, ext4_block_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters() 138 ext4_block_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters() 211 tmp = ext4_block_bitmap(sb, gdp); in ext4_init_block_bitmap() 368 blk = ext4_block_bitmap(sb, desc); in ext4_valid_block_bitmap() 479 bitmap_blk = ext4_block_bitmap(sb, desc); in ext4_read_block_bitmap_nowait()
|
H A D | block_validity.c | 237 ext4_block_bitmap(sb, gdp), 1, 0); in ext4_setup_system_zone()
|
H A D | fsmap.c | 432 ext4_block_bitmap(sb, gdp), 1, in ext4_getfsmap_find_fixed_metadata()
|
H A D | super.c | 314 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap() function 3287 block_bitmap = ext4_block_bitmap(sb, gdp); in ext4_check_descriptors() 4118 b = ext4_block_bitmap(sb, gdp); in count_overhead()
|
H A D | ext4.h | 3245 extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
|