Home
last modified time | relevance | path

Searched refs:update_superblock (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
Dresize.c678 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_grow()
732 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_shrink()
Dfsck.h235 extern void update_superblock(struct f2fs_super_block *, int);
Dmount.c739 void update_superblock(struct f2fs_super_block *sb, int sb_mask) in update_superblock() function
839 update_superblock(sb, SB_MASK(sb_addr)); in sanity_check_area_boundary()
1036 update_superblock(sbi->raw_super, SB_MASK(sb_addr)); in check_and_set_features()
1476 update_superblock(sb, SB_MASK_ALL); in sanity_check_ckpt()
3363 update_superblock(sb, SB_MASK_ALL); in check_sector_size()
3394 update_superblock(sb, SB_MASK_ALL); in tune_sb_features()
3709 update_superblock(sbi->raw_super, SB_MASK_ALL); in f2fs_do_mount()
3738 update_superblock(sbi->raw_super, SB_MASK_ALL); in f2fs_do_mount()
Dmain.c1089 update_superblock(sb, SB_MASK_ALL); in do_label()
Dfsck.c3382 update_superblock(sb, SB_MASK_ALL); in fsck_verify()