Searched refs:update_backups (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
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()
|
/linux-6.1.9/fs/ext4/ |
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() 1139 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() function 1607 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_flex_group_add() 1616 update_backups(sb, gdb_bh->b_blocknr, gdb_bh->b_data, in ext4_flex_group_add() 1819 update_backups(sb, ext4_group_first_block_no(sb, 0), in ext4_group_extend_no_check()
|
D | ext4.h | 3813 extern int ext4_resize_end(struct super_block *sb, bool update_backups);
|