Searched refs:f2fs_lfs_mode (Results 1 – 7 of 7) sorted by relevance
177 if (f2fs_lfs_mode(sbi)) in f2fs_need_SSR()2145 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()2180 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()3220 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi); in f2fs_trim_fs()3553 bool keep_order = (f2fs_lfs_mode(fio->sbi) && type == CURSEG_COLD_DATA); in do_write_page()5256 if (!f2fs_lfs_mode(sbi)) in f2fs_build_segment_manager()
1347 if (F2FS_IO_SIZE_BITS(sbi) && !f2fs_lfs_mode(sbi)) { in parse_options()1377 if (test_opt(sbi, DISABLE_CHECKPOINT) && f2fs_lfs_mode(sbi)) { in parse_options()1382 if (test_opt(sbi, ATGC) && f2fs_lfs_mode(sbi)) { in parse_options()2377 if (f2fs_lfs_mode(sbi) && !IS_F2FS_IPU_DISABLE(sbi)) { in f2fs_remount()4320 if (!f2fs_lfs_mode(sbi)) in f2fs_tuning_parameters()
558 if (f2fs_lfs_mode(sbi) && current->plug) in f2fs_submit_write_bio()1660 (is_hole || (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO))) { in f2fs_map_blocks()2660 if (f2fs_lfs_mode(sbi)) in f2fs_should_update_outplace()4075 if (f2fs_lfs_mode(F2FS_I_SB(inode))) { in f2fs_swap_activate()
826 if (f2fs_lfs_mode(sbi) && rw == WRITE && F2FS_IO_ALIGNED(sbi)) in f2fs_force_buffered_io()1206 if (f2fs_lfs_mode(sbi)) { in __read_out_blkaddrs()4528 if (dio && f2fs_lfs_mode(sbi)) in f2fs_preallocate_blocks()4636 const bool do_opu = f2fs_lfs_mode(sbi); in f2fs_dio_write_iter()
731 if (t && f2fs_lfs_mode(sbi)) in __sbi_store()
1284 bool lfs_mode = f2fs_lfs_mode(fio.sbi); in move_data_block()
4500 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) in f2fs_lfs_mode() function