Searched refs:update_backups (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ext4/ |
H A D | resize.c | 98 int ext4_resize_end(struct super_block *sb, bool update_backups) in ext4_resize_end() argument 102 if (update_backups) in ext4_resize_end() 1141 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() function 1611 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_flex_group_add() 1618 update_backups(sb, gdb_bh->b_blocknr - padding_blocks, in ext4_flex_group_add() 1819 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_group_extend_no_check()
|
H A D | ext4.h | 3851 extern int ext4_resize_end(struct super_block *sb, bool update_backups);
|