fs/ext4/ext4.h
3907
extern int ext4_resize_end(struct super_block *sb, bool update_backups);
fs/ext4/resize.c
102
if (update_backups)
fs/ext4/resize.c
1610
update_backups(sb, ext4_group_first_block_no(sb, 0),
fs/ext4/resize.c
1617
update_backups(sb, gdb_bh->b_blocknr - padding_blocks,
fs/ext4/resize.c
1818
update_backups(sb, ext4_group_first_block_no(sb, 0),
fs/ext4/resize.c
98
int ext4_resize_end(struct super_block *sb, bool update_backups)
fs/ocfs2/resize.c
248
ret = update_backups(inode, clusters, super_bh->b_data);