Lines Matching refs:f2fs_super_block
12 static int get_new_sb(struct f2fs_super_block *sb) in get_new_sb()
234 struct f2fs_super_block *new_sb, unsigned int offset) in migrate_ssa()
236 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in migrate_ssa()
276 struct f2fs_super_block *new_sb) in shrink_nats()
278 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in shrink_nats()
324 struct f2fs_super_block *new_sb) in migrate_nat()
326 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in migrate_nat()
392 struct f2fs_super_block *new_sb, unsigned int offset) in migrate_sit()
450 struct f2fs_super_block *new_sb, unsigned int offset) in rebuild_checkpoint()
455 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in rebuild_checkpoint()
596 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in f2fs_resize_grow()
597 struct f2fs_super_block new_sb_raw; in f2fs_resize_grow()
598 struct f2fs_super_block *new_sb = &new_sb_raw; in f2fs_resize_grow()
651 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in f2fs_resize_shrink()
652 struct f2fs_super_block new_sb_raw; in f2fs_resize_shrink()
653 struct f2fs_super_block *new_sb = &new_sb_raw; in f2fs_resize_shrink()
726 struct f2fs_super_block *sb = F2FS_RAW_SUPER(sbi); in f2fs_resize()