Searched refs:update_backups (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | resize.c | 186 static int update_backups(struct inode * inode, u32 clusters, char *data) in update_backups() function 256 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
|
/fs/ext4/ |
D | resize.c | 1082 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() function 1525 update_backups(sb, sbi->s_sbh->b_blocknr, (char *)es, in ext4_flex_group_add() 1534 update_backups(sb, gdb_bh->b_blocknr, gdb_bh->b_data, in ext4_flex_group_add() 1731 update_backups(sb, EXT4_SB(sb)->s_sbh->b_blocknr, in ext4_group_extend_no_check()
|