• Home
  • Raw
  • Download

Lines Matching refs:btrfs_test_opt

462 			if (btrfs_test_opt(info, NODATASUM)) {  in btrfs_parse_options()
463 if (btrfs_test_opt(info, NODATACOW)) in btrfs_parse_options()
474 if (!btrfs_test_opt(info, NODATACOW)) { in btrfs_parse_options()
475 if (!btrfs_test_opt(info, COMPRESS) || in btrfs_parse_options()
476 !btrfs_test_opt(info, FORCE_COMPRESS)) { in btrfs_parse_options()
499 saved_compress_type = btrfs_test_opt(info, in btrfs_parse_options()
503 btrfs_test_opt(info, FORCE_COMPRESS); in btrfs_parse_options()
543 if ((btrfs_test_opt(info, COMPRESS) && in btrfs_parse_options()
546 (!btrfs_test_opt(info, COMPRESS) && in btrfs_parse_options()
699 if (btrfs_test_opt(info, SPACE_CACHE)) { in btrfs_parse_options()
704 if (btrfs_test_opt(info, FREE_SPACE_TREE)) { in btrfs_parse_options()
849 if (btrfs_test_opt(info, NOLOGREPLAY) && !(new_flags & MS_RDONLY)) { in btrfs_parse_options()
856 !btrfs_test_opt(info, FREE_SPACE_TREE) && in btrfs_parse_options()
857 !btrfs_test_opt(info, CLEAR_CACHE)) { in btrfs_parse_options()
862 if (!ret && btrfs_test_opt(info, SPACE_CACHE)) in btrfs_parse_options()
864 if (!ret && btrfs_test_opt(info, FREE_SPACE_TREE)) in btrfs_parse_options()
1229 if (btrfs_test_opt(info, DEGRADED)) in btrfs_show_options()
1231 if (btrfs_test_opt(info, NODATASUM)) in btrfs_show_options()
1233 if (btrfs_test_opt(info, NODATACOW)) in btrfs_show_options()
1235 if (btrfs_test_opt(info, NOBARRIER)) in btrfs_show_options()
1244 if (btrfs_test_opt(info, COMPRESS)) { in btrfs_show_options()
1249 if (btrfs_test_opt(info, FORCE_COMPRESS)) in btrfs_show_options()
1254 if (btrfs_test_opt(info, NOSSD)) in btrfs_show_options()
1256 if (btrfs_test_opt(info, SSD_SPREAD)) in btrfs_show_options()
1258 else if (btrfs_test_opt(info, SSD)) in btrfs_show_options()
1260 if (btrfs_test_opt(info, NOTREELOG)) in btrfs_show_options()
1262 if (btrfs_test_opt(info, NOLOGREPLAY)) in btrfs_show_options()
1264 if (btrfs_test_opt(info, FLUSHONCOMMIT)) in btrfs_show_options()
1266 if (btrfs_test_opt(info, DISCARD)) in btrfs_show_options()
1270 if (btrfs_test_opt(info, SPACE_CACHE)) in btrfs_show_options()
1272 else if (btrfs_test_opt(info, FREE_SPACE_TREE)) in btrfs_show_options()
1276 if (btrfs_test_opt(info, RESCAN_UUID_TREE)) in btrfs_show_options()
1278 if (btrfs_test_opt(info, CLEAR_CACHE)) in btrfs_show_options()
1280 if (btrfs_test_opt(info, USER_SUBVOL_RM_ALLOWED)) in btrfs_show_options()
1282 if (btrfs_test_opt(info, ENOSPC_DEBUG)) in btrfs_show_options()
1284 if (btrfs_test_opt(info, AUTO_DEFRAG)) in btrfs_show_options()
1286 if (btrfs_test_opt(info, INODE_MAP_CACHE)) in btrfs_show_options()
1288 if (btrfs_test_opt(info, SKIP_BALANCE)) in btrfs_show_options()
1291 if (btrfs_test_opt(info, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA)) in btrfs_show_options()
1293 else if (btrfs_test_opt(info, CHECK_INTEGRITY)) in btrfs_show_options()
1302 if (btrfs_test_opt(info, PANIC_ON_FATAL_ERROR)) in btrfs_show_options()
1307 if (btrfs_test_opt(info, FRAGMENT_DATA)) in btrfs_show_options()
1309 if (btrfs_test_opt(info, FRAGMENT_METADATA)) in btrfs_show_options()