Lines Matching refs:test_opt
175 if (test_opt(sbi, LFS)) in f2fs_need_SSR()
533 if (test_opt(sbi, DATA_FLUSH)) { in f2fs_balance_fs_bg()
564 trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER), in __submit_flush_wait()
565 test_opt(sbi, FLUSH_MERGE), ret); in __submit_flush_wait()
631 if (test_opt(sbi, NOBARRIER)) in f2fs_issue_flush()
634 if (!test_opt(sbi, FLUSH_MERGE)) { in f2fs_issue_flush()
713 if (!test_opt(sbi, FLUSH_MERGE)) in f2fs_create_flush_cmd_control()
1933 bool need_align = test_opt(sbi, LFS) && __is_large_section(sbi); in f2fs_clear_prefree_segments()
1965 if (!test_opt(sbi, LFS) || !__is_large_section(sbi)) { in f2fs_clear_prefree_segments()
2479 if (test_opt(sbi, NOHEAP) && in __get_next_segno()
2508 if (test_opt(sbi, NOHEAP)) in new_curseg()
2816 bool need_align = test_opt(sbi, LFS) && __is_large_section(sbi); in f2fs_trim_fs()
3162 bool keep_order = (test_opt(fio->sbi, LFS) && type == CURSEG_COLD_DATA); in do_write_page()
4387 if (!test_opt(sbi, LFS)) in f2fs_build_segment_manager()