Searched refs:ext4_block_bitmap_csum_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/fs/ext4/ |
D | bitmap.c | 80 void ext4_block_bitmap_csum_set(struct super_block *sb, in ext4_block_bitmap_csum_set() function
|
D | ialloc.c | 816 ext4_block_bitmap_csum_set(sb, gdp, block_bitmap_bh); in ext4_mark_inode_used() 1167 ext4_block_bitmap_csum_set(sb, gdp, block_bitmap_bh); in __ext4_new_inode()
|
D | resize.c | 1329 ext4_block_bitmap_csum_set(sb, gdp, bh); in ext4_set_bitmap_checksums()
|
D | ext4.h | 2697 void ext4_block_bitmap_csum_set(struct super_block *sb,
|
D | mballoc.c | 4041 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_mb_mark_context()
|