Home
last modified time | relevance | path

Searched refs:update_backups (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/ocfs2/
Dresize.c170 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-v6.1/fs/ext4/
Dresize.c100 int ext4_resize_end(struct super_block *sb, bool update_backups) in ext4_resize_end() argument
104 if (update_backups) in ext4_resize_end()
1129 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() function
1599 update_backups(sb, sbi->s_sbh->b_blocknr, (char *)es, in ext4_flex_group_add()
1608 update_backups(sb, gdb_bh->b_blocknr, gdb_bh->b_data, in ext4_flex_group_add()
1811 update_backups(sb, EXT4_SB(sb)->s_sbh->b_blocknr, in ext4_group_extend_no_check()
Dext4.h3812 extern int ext4_resize_end(struct super_block *sb, bool update_backups);