Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.c177 if (f2fs_lfs_mode(sbi)) in f2fs_need_SSR()
2163 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2198 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) { in f2fs_clear_prefree_segments()
3256 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi); in f2fs_trim_fs()
3596 bool keep_order = (f2fs_lfs_mode(fio->sbi) && type == CURSEG_COLD_DATA); in do_write_page()
5288 if (!f2fs_lfs_mode(sbi)) in f2fs_build_segment_manager()
H A Ddata.c519 if (f2fs_lfs_mode(sbi) && current->plug && PAGE_TYPE_ON_MAIN(type)) in f2fs_submit_write_bio()
1586 (is_hole || (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO))) { in f2fs_map_blocks()
2563 if (f2fs_lfs_mode(sbi)) in f2fs_should_update_outplace()
4016 if (f2fs_lfs_mode(sbi) && !f2fs_sb_has_blkzoned(sbi)) { in f2fs_swap_activate()
H A Dsegment.h609 if (f2fs_lfs_mode(sbi) && in __get_secs_required()
H A Dsuper.c1374 if (test_opt(sbi, DISABLE_CHECKPOINT) && f2fs_lfs_mode(sbi)) { in parse_options()
1379 if (test_opt(sbi, ATGC) && f2fs_lfs_mode(sbi)) { in parse_options()
2374 if (f2fs_lfs_mode(sbi) && !IS_F2FS_IPU_DISABLE(sbi)) { in f2fs_remount()
4319 if (!f2fs_lfs_mode(sbi)) in f2fs_tuning_parameters()
H A Dfile.c1248 if (f2fs_lfs_mode(sbi)) { in __read_out_blkaddrs()
4600 if (f2fs_lfs_mode(F2FS_I_SB(inode))) in f2fs_file_read_iter()
4682 if (dio && f2fs_lfs_mode(sbi)) in f2fs_preallocate_blocks()
4790 const bool do_opu = f2fs_lfs_mode(sbi); in f2fs_dio_write_iter()
H A Dsysfs.c737 if (t && f2fs_lfs_mode(sbi)) in __sbi_store()
H A Dgc.c1286 bool lfs_mode = f2fs_lfs_mode(fio.sbi); in move_data_block()
H A Df2fs.h4543 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) in f2fs_lfs_mode() function