Searched refs:ext4_block_bitmap_csum_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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 | mballoc.c | 4044 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_mb_mark_diskspace_used() 4151 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_mb_mark_bb() 6418 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_free_blocks_simple() 6583 ext4_block_bitmap_csum_set(sb, gdp, bitmap_bh); in ext4_mb_clear_bb() 6839 ext4_block_bitmap_csum_set(sb, desc, bitmap_bh); in ext4_group_add_blocks()
|
D | resize.c | 1327 ext4_block_bitmap_csum_set(sb, gdp, bh); in ext4_set_bitmap_checksums()
|
D | ext4.h | 2683 void ext4_block_bitmap_csum_set(struct super_block *sb,
|