Searched refs:update_superblock (Results 1 – 5 of 5) sorted by relevance
/external/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 | 748 void update_superblock(struct f2fs_super_block *sb, int sb_mask) in update_superblock() function 848 update_superblock(sb, SB_MASK(sb_addr)); in sanity_check_area_boundary() 1446 update_superblock(sb, SB_MASK_ALL); in sanity_check_ckpt() 3333 update_superblock(sb, SB_MASK_ALL); in check_sector_size() 3364 update_superblock(sb, SB_MASK_ALL); in tune_sb_features() 3673 update_superblock(sbi->raw_super, SB_MASK_ALL); in f2fs_do_mount() 3702 update_superblock(sbi->raw_super, SB_MASK_ALL); in f2fs_do_mount()
|
D | main.c | 1068 update_superblock(sb, SB_MASK_ALL); in do_label()
|
D | fsck.c | 3440 update_superblock(sb, SB_MASK_ALL); in fsck_verify()
|