Searched refs:update_superblock (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.h | 221 extern void update_superblock(struct f2fs_super_block *, int);
|
D | resize.c | 642 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_grow() 707 update_superblock(new_sb, SB_MASK_ALL); in f2fs_resize_shrink()
|
D | mount.c | 678 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()
|
D | main.c | 1048 update_superblock(sb, SB_MASK_ALL); in do_label()
|