Home
last modified time | relevance | path

Searched refs:f2fs_lfs_mode (Results 1 – 8 of 8) sorted by relevance

/linux/fs/f2fs/
H A Dsegment.h615 if (f2fs_lfs_mode(sbi)) { in get_left_section_blocks()
678 if (f2fs_lfs_mode(sbi)) { in __get_secs_required()
744 if (!f2fs_lfs_mode(sbi) && in f2fs_is_checkpoint_ready()
H A Ddata.c1551 lfs_dio_write = (flag == F2FS_GET_BLOCK_DIO && f2fs_lfs_mode(sbi) && in f2fs_map_blocks()
1573 if (f2fs_lfs_mode(sbi)) in f2fs_map_blocks()
1605 (flag == F2FS_GET_BLOCK_DIO && f2fs_lfs_mode(sbi) && in f2fs_map_blocks()
2594 if (f2fs_lfs_mode(sbi)) in f2fs_should_update_outplace()
4031 if (f2fs_lfs_mode(sbi) && !f2fs_sb_has_blkzoned(sbi)) { in f2fs_swap_activate()
H A Dsegment.c177 if (f2fs_lfs_mode(sbi)) in f2fs_need_SSR()
2192 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2227 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()
3499 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi); in f2fs_trim_fs()
3974 bool keep_order = (f2fs_lfs_mode(fio->sbi) && in do_write_page()
5725 if (!f2fs_lfs_mode(sbi)) in f2fs_build_segment_manager()
H A Dfile.c1365 if (f2fs_lfs_mode(sbi)) { in __read_out_blkaddrs()
4868 if (f2fs_lfs_mode(F2FS_I_SB(inode)) && in f2fs_file_read_iter()
4953 if (dio && f2fs_lfs_mode(sbi)) in f2fs_preallocate_blocks()
5077 const bool do_opu = f2fs_lfs_mode(sbi); in f2fs_dio_write_iter()
H A Dsysfs.c854 if (f2fs_lfs_mode(sbi) && (t & ~BIT(F2FS_IPU_NOCACHE))) in __sbi_store()
H A Dgc.c1320 bool lfs_mode = f2fs_lfs_mode(fio.sbi); in move_data_block()
H A Dsuper.c1738 if (f2fs_lfs_mode(sbi) && !IS_F2FS_IPU_DISABLE(sbi)) { in f2fs_sanity_check_options()
4865 if (!f2fs_lfs_mode(sbi)) in f2fs_tuning_parameters()
H A Df2fs.h4813 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) in f2fs_lfs_mode() function