Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c177 if (f2fs_lfs_mode(sbi)) in f2fs_need_SSR()
2161 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2196 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()
3294 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi); in f2fs_trim_fs()
3727 bool keep_order = (f2fs_lfs_mode(fio->sbi) && type == CURSEG_COLD_DATA); in do_write_page()
5415 if (!f2fs_lfs_mode(sbi)) in f2fs_build_segment_manager()
H A Ddata.c521 if (f2fs_lfs_mode(sbi) && current->plug && PAGE_TYPE_ON_MAIN(type)) in f2fs_submit_write_bio()
1602 (flag == F2FS_GET_BLOCK_DIO && f2fs_lfs_mode(sbi) && in f2fs_map_blocks()
2598 if (f2fs_lfs_mode(sbi)) in f2fs_should_update_outplace()
4043 if (f2fs_lfs_mode(sbi) && !f2fs_sb_has_blkzoned(sbi)) { in f2fs_swap_activate()
H A Dsuper.c1391 if (test_opt(sbi, ATGC) && f2fs_lfs_mode(sbi)) { in parse_options()
2383 if (f2fs_lfs_mode(sbi) && !IS_F2FS_IPU_DISABLE(sbi)) { in f2fs_remount()
4351 if (!f2fs_lfs_mode(sbi)) in f2fs_tuning_parameters()
H A Dfile.c1221 if (f2fs_lfs_mode(sbi)) { in __read_out_blkaddrs()
4624 if (dio && f2fs_lfs_mode(sbi)) in f2fs_preallocate_blocks()
4747 const bool do_opu = f2fs_lfs_mode(sbi); in f2fs_dio_write_iter()
H A Dsysfs.c778 if (t && f2fs_lfs_mode(sbi)) in __sbi_store()
H A Dgc.c1279 bool lfs_mode = f2fs_lfs_mode(fio.sbi); in move_data_block()
H A Df2fs.h4535 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) in f2fs_lfs_mode() function