Searched refs:update_backups (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | resize.c | 100 int ext4_resize_end(struct super_block *sb, bool update_backups) in ext4_resize_end() argument 104 if (update_backups) in ext4_resize_end() 1142 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() function 1614 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_flex_group_add() 1623 update_backups(sb, gdb_bh->b_blocknr - padding_blocks, in ext4_flex_group_add() 1825 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_group_extend_no_check()
|
H A D | ext4.h | 3791 extern int ext4_resize_end(struct super_block *sb, bool update_backups);
|
/openbmc/linux/fs/ocfs2/ |
H A D | resize.c | 170 static int update_backups(struct inode * inode, u32 clusters, char *data) in update_backups() function 240 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
|