Searched refs:ext4_block_bitmap_csum_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/ext4/ |
D | bitmap.c | 84 void ext4_block_bitmap_csum_set(struct super_block *sb, in ext4_block_bitmap_csum_set() function
|
D | ialloc.c | 817 ext4_block_bitmap_csum_set(sb, gdp, block_bitmap_bh); in ext4_mark_inode_used() 1166 ext4_block_bitmap_csum_set(sb, gdp, block_bitmap_bh); in __ext4_new_inode()
|
D | resize.c | 1330 ext4_block_bitmap_csum_set(sb, gdp, bh); in ext4_set_bitmap_checksums()
|
D | ext4.h | 2693 void ext4_block_bitmap_csum_set(struct super_block *sb,
|
D | mballoc.c | 4049 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_mb_mark_context()
|