• Home
  • Raw
  • Download

Lines Matching refs:test_opt

319 	if (test_opt(sbi, RESERVE_ROOT) &&  in limit_reserve_root()
325 if (!test_opt(sbi, RESERVE_ROOT) && in limit_reserve_root()
464 if (test_opt(sbi, PRJQUOTA) && !f2fs_sb_has_project_quota(sbi)) { in f2fs_check_quota_options()
471 if (test_opt(sbi, USRQUOTA) && in f2fs_check_quota_options()
475 if (test_opt(sbi, GRPQUOTA) && in f2fs_check_quota_options()
479 if (test_opt(sbi, PRJQUOTA) && in f2fs_check_quota_options()
483 if (test_opt(sbi, GRPQUOTA) || test_opt(sbi, USRQUOTA) || in f2fs_check_quota_options()
484 test_opt(sbi, PRJQUOTA)) { in f2fs_check_quota_options()
858 if (test_opt(sbi, RESERVE_ROOT)) { in parse_options()
1371 if (test_opt(sbi, INLINE_XATTR_SIZE)) { in parse_options()
1379 if (!test_opt(sbi, INLINE_XATTR)) { in parse_options()
1395 if (test_opt(sbi, DISABLE_CHECKPOINT) && f2fs_lfs_mode(sbi)) { in parse_options()
1400 if (test_opt(sbi, ATGC) && f2fs_lfs_mode(sbi)) { in parse_options()
1405 if (f2fs_is_readonly(sbi) && test_opt(sbi, FLUSH_MERGE)) { in parse_options()
1933 if (test_opt(sbi, COMPRESS_CACHE)) in f2fs_show_compress_options()
1949 if (test_opt(sbi, GC_MERGE)) in f2fs_show_options()
1954 if (test_opt(sbi, DISABLE_ROLL_FORWARD)) in f2fs_show_options()
1956 if (test_opt(sbi, NORECOVERY)) in f2fs_show_options()
1958 if (test_opt(sbi, DISCARD)) { in f2fs_show_options()
1969 if (test_opt(sbi, NOHEAP)) in f2fs_show_options()
1974 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options()
1978 if (test_opt(sbi, INLINE_XATTR)) in f2fs_show_options()
1982 if (test_opt(sbi, INLINE_XATTR_SIZE)) in f2fs_show_options()
1987 if (test_opt(sbi, POSIX_ACL)) in f2fs_show_options()
1992 if (test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_show_options()
1994 if (test_opt(sbi, INLINE_DATA)) in f2fs_show_options()
1998 if (test_opt(sbi, INLINE_DENTRY)) in f2fs_show_options()
2002 if (test_opt(sbi, FLUSH_MERGE)) in f2fs_show_options()
2006 if (test_opt(sbi, NOBARRIER)) in f2fs_show_options()
2010 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
2012 if (test_opt(sbi, READ_EXTENT_CACHE)) in f2fs_show_options()
2016 if (test_opt(sbi, AGE_EXTENT_CACHE)) in f2fs_show_options()
2018 if (test_opt(sbi, DATA_FLUSH)) in f2fs_show_options()
2031 if (test_opt(sbi, RESERVE_ROOT)) in f2fs_show_options()
2042 if (test_opt(sbi, FAULT_INJECTION)) { in f2fs_show_options()
2050 if (test_opt(sbi, QUOTA)) in f2fs_show_options()
2052 if (test_opt(sbi, USRQUOTA)) in f2fs_show_options()
2054 if (test_opt(sbi, GRPQUOTA)) in f2fs_show_options()
2056 if (test_opt(sbi, PRJQUOTA)) in f2fs_show_options()
2071 if (test_opt(sbi, DISABLE_CHECKPOINT)) in f2fs_show_options()
2074 if (test_opt(sbi, MERGE_CHECKPOINT)) in f2fs_show_options()
2089 if (test_opt(sbi, ATGC)) in f2fs_show_options()
2273 bool no_read_extent_cache = !test_opt(sbi, READ_EXTENT_CACHE); in f2fs_remount()
2274 bool no_age_extent_cache = !test_opt(sbi, AGE_EXTENT_CACHE); in f2fs_remount()
2275 bool enable_checkpoint = !test_opt(sbi, DISABLE_CHECKPOINT); in f2fs_remount()
2277 bool no_atgc = !test_opt(sbi, ATGC); in f2fs_remount()
2278 bool no_discard = !test_opt(sbi, DISCARD); in f2fs_remount()
2279 bool no_compress_cache = !test_opt(sbi, COMPRESS_CACHE); in f2fs_remount()
2362 if (no_atgc == !!test_opt(sbi, ATGC)) { in f2fs_remount()
2369 if (no_read_extent_cache == !!test_opt(sbi, READ_EXTENT_CACHE)) { in f2fs_remount()
2375 if (no_age_extent_cache == !!test_opt(sbi, AGE_EXTENT_CACHE)) { in f2fs_remount()
2387 if (no_compress_cache == !!test_opt(sbi, COMPRESS_CACHE)) { in f2fs_remount()
2399 if ((*flags & SB_RDONLY) && test_opt(sbi, DISABLE_CHECKPOINT)) { in f2fs_remount()
2412 !test_opt(sbi, GC_MERGE))) { in f2fs_remount()
2433 if ((*flags & SB_RDONLY) || test_opt(sbi, DISABLE_CHECKPOINT) || in f2fs_remount()
2434 !test_opt(sbi, MERGE_CHECKPOINT)) { in f2fs_remount()
2455 if ((*flags & SB_RDONLY) || !test_opt(sbi, FLUSH_MERGE)) { in f2fs_remount()
2466 if (no_discard == !!test_opt(sbi, DISCARD)) { in f2fs_remount()
2467 if (test_opt(sbi, DISCARD)) { in f2fs_remount()
2479 if (enable_checkpoint == !!test_opt(sbi, DISABLE_CHECKPOINT)) { in f2fs_remount()
2480 if (test_opt(sbi, DISABLE_CHECKPOINT)) { in f2fs_remount()
2497 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()
2552 if (test_opt(sbi, DISABLE_ROLL_FORWARD)) in f2fs_need_recovery()
2554 if (test_opt(sbi, NORECOVERY)) in f2fs_need_recovery()
2786 test_opt(sbi, USRQUOTA), in f2fs_enable_quotas()
2787 test_opt(sbi, GRPQUOTA), in f2fs_enable_quotas()
2788 test_opt(sbi, PRJQUOTA), in f2fs_enable_quotas()
4314 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
4413 if (!f2fs_readonly(sb) && !test_opt(sbi, DISABLE_CHECKPOINT) && in f2fs_fill_super()
4414 test_opt(sbi, MERGE_CHECKPOINT)) { in f2fs_fill_super()
4512 if (!test_opt(sbi, DISABLE_ROLL_FORWARD) && in f2fs_fill_super()
4513 !test_opt(sbi, NORECOVERY)) { in f2fs_fill_super()
4579 if (test_opt(sbi, DISABLE_CHECKPOINT)) { in f2fs_fill_super()
4592 test_opt(sbi, GC_MERGE)) && !f2fs_readonly(sb)) { in f2fs_fill_super()
4730 if (test_opt(sbi, COMPRESS_CACHE)) in kill_f2fs_super()