Home
last modified time | relevance | path

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

/external/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.c748 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()
Dmain.c1068 update_superblock(sb, SB_MASK_ALL); in do_label()
Dfsck.c3440 update_superblock(sb, SB_MASK_ALL); in fsck_verify()