Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.h221 extern void update_superblock(struct f2fs_super_block *, int);
Dresize.c642 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_grow()
707 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_shrink()
Dmount.c678 void update_superblock(struct f2fs_super_block *sb, int sb_mask) in update_superblock() function
778 update_superblock(sb, SB_MASK(sb_addr)); in sanity_check_area_boundary()
987 update_superblock(sbi->raw_super, SB_MASK(sb_addr)); in validate_super_block()
1346 update_superblock(sb, SB_MASK_ALL); in sanity_check_ckpt()
3225 update_superblock(sb, SB_MASK_ALL); in check_sector_size()
3256 update_superblock(sb, SB_MASK_ALL); in tune_sb_features()
Dmain.c1048 update_superblock(sb, SB_MASK_ALL); in do_label()