Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Ddata.c453 if (f2fs_lfs_mode(sbi) && current->plug) in __submit_bio()
1480 if (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO && in f2fs_map_blocks()
1549 if (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO && in f2fs_map_blocks()
2567 if (f2fs_lfs_mode(sbi)) in f2fs_should_update_outplace()
3633 do_opu = rw == WRITE && f2fs_lfs_mode(sbi); in f2fs_direct_IO()
4100 if (f2fs_lfs_mode(F2FS_I_SB(inode))) { in f2fs_swap_activate()
Dsegment.c175 if (f2fs_lfs_mode(sbi)) in f2fs_need_SSR()
2024 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi)) in f2fs_clear_prefree_segments()
2057 if (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi)) { in f2fs_clear_prefree_segments()
3133 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi); in f2fs_trim_fs()
3512 bool keep_order = (f2fs_lfs_mode(fio->sbi) && type == CURSEG_COLD_DATA); in do_write_page()
5209 if (!f2fs_lfs_mode(sbi)) in f2fs_build_segment_manager()
Df2fs.h4260 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) in f2fs_lfs_mode() function
4321 if (f2fs_lfs_mode(sbi) && (rw == WRITE)) { in f2fs_force_buffered_io()
Dsuper.c1257 if (F2FS_IO_SIZE_BITS(sbi) && !f2fs_lfs_mode(sbi)) { in parse_options()
1287 if (test_opt(sbi, DISABLE_CHECKPOINT) && f2fs_lfs_mode(sbi)) { in parse_options()
Dfile.c1167 if (f2fs_lfs_mode(sbi)) { in __read_out_blkaddrs()
4312 f2fs_lfs_mode(F2FS_I_SB(inode))) in f2fs_file_write_iter()
Dgc.c1159 bool lfs_mode = f2fs_lfs_mode(fio.sbi); in move_data_block()