Lines Matching refs:test_opt
175 if (test_opt(sbi, LFS)) in f2fs_need_SSR()
546 if (test_opt(sbi, DATA_FLUSH)) { in f2fs_balance_fs_bg()
573 trace_f2fs_issue_flush(bdev, test_opt(sbi, NOBARRIER), in __submit_flush_wait()
574 test_opt(sbi, FLUSH_MERGE), ret); in __submit_flush_wait()
640 if (test_opt(sbi, NOBARRIER)) in f2fs_issue_flush()
643 if (!test_opt(sbi, FLUSH_MERGE)) { in f2fs_issue_flush()
721 if (!test_opt(sbi, FLUSH_MERGE)) in f2fs_create_flush_cmd_control()
1926 bool need_align = test_opt(sbi, LFS) && __is_large_section(sbi); in f2fs_clear_prefree_segments()
1958 if (!test_opt(sbi, LFS) || !__is_large_section(sbi)) { in f2fs_clear_prefree_segments()
2462 if (test_opt(sbi, NOHEAP) && in __get_next_segno()
2491 if (test_opt(sbi, NOHEAP)) in new_curseg()
2766 bool need_align = test_opt(sbi, LFS) && __is_large_section(sbi); in f2fs_trim_fs()
3111 bool keep_order = (test_opt(fio->sbi, LFS) && type == CURSEG_COLD_DATA); in do_write_page()
4318 if (!test_opt(sbi, LFS)) in f2fs_build_segment_manager()