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

/linux-master/fs/f2fs/
H A Dsegment.c177 if (f2fs_lfs_mode(sbi))
2160 if (f2fs_lfs_mode(sbi) && __is_large_section(sbi))
2195 (!f2fs_lfs_mode(sbi) || !__is_large_section(sbi))) {
3294 bool need_align = f2fs_lfs_mode(sbi) && __is_large_section(sbi);
3654 bool keep_order = (f2fs_lfs_mode(fio->sbi) && type == CURSEG_COLD_DATA);
5353 if (!f2fs_lfs_mode(sbi))
H A Ddata.c519 if (f2fs_lfs_mode(sbi) && current->plug && PAGE_TYPE_ON_MAIN(type))
1578 (is_hole || (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO))) {
2573 if (f2fs_lfs_mode(sbi))
4020 if (f2fs_lfs_mode(sbi) && !f2fs_sb_has_blkzoned(sbi)) {
H A Dsuper.c1378 if (test_opt(sbi, ATGC) && f2fs_lfs_mode(sbi)) {
2361 if (f2fs_lfs_mode(sbi) && !IS_F2FS_IPU_DISABLE(sbi)) {
4301 if (!f2fs_lfs_mode(sbi))
H A Dfile.c1216 if (f2fs_lfs_mode(sbi)) {
4578 if (dio && f2fs_lfs_mode(sbi))
4687 const bool do_opu = f2fs_lfs_mode(sbi);
H A Dsysfs.c765 if (t && f2fs_lfs_mode(sbi))
H A Dgc.c1279 bool lfs_mode = f2fs_lfs_mode(fio.sbi);
H A Df2fs.h4532 static inline bool f2fs_lfs_mode(struct f2fs_sb_info *sbi) function

Completed in 248 milliseconds