Searched refs:update_superblock (Results 1 – 5 of 5) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | resize.c | 678 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_grow() 732 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_shrink()
|
D | fsck.h | 235 extern void update_superblock(struct f2fs_super_block *, int);
|
D | mount.c | 739 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()
|
D | main.c | 1089 update_superblock(sb, SB_MASK_ALL); in do_label()
|
D | fsck.c | 3382 update_superblock(sb, SB_MASK_ALL); in fsck_verify()
|