Lines Matching refs:btrfs_test_opt

441 			if (btrfs_test_opt(root, NODATASUM)) {  in btrfs_parse_options()
442 if (btrfs_test_opt(root, NODATACOW)) in btrfs_parse_options()
451 if (!btrfs_test_opt(root, NODATACOW)) { in btrfs_parse_options()
452 if (!btrfs_test_opt(root, COMPRESS) || in btrfs_parse_options()
453 !btrfs_test_opt(root, FORCE_COMPRESS)) { in btrfs_parse_options()
505 if (!btrfs_test_opt(root, COMPRESS)) in btrfs_parse_options()
755 if (!ret && btrfs_test_opt(root, SPACE_CACHE)) in btrfs_parse_options()
1036 if (btrfs_test_opt(root, DEGRADED)) in btrfs_show_options()
1038 if (btrfs_test_opt(root, NODATASUM)) in btrfs_show_options()
1040 if (btrfs_test_opt(root, NODATACOW)) in btrfs_show_options()
1042 if (btrfs_test_opt(root, NOBARRIER)) in btrfs_show_options()
1051 if (btrfs_test_opt(root, COMPRESS)) { in btrfs_show_options()
1056 if (btrfs_test_opt(root, FORCE_COMPRESS)) in btrfs_show_options()
1061 if (btrfs_test_opt(root, NOSSD)) in btrfs_show_options()
1063 if (btrfs_test_opt(root, SSD_SPREAD)) in btrfs_show_options()
1065 else if (btrfs_test_opt(root, SSD)) in btrfs_show_options()
1067 if (btrfs_test_opt(root, NOTREELOG)) in btrfs_show_options()
1069 if (btrfs_test_opt(root, FLUSHONCOMMIT)) in btrfs_show_options()
1071 if (btrfs_test_opt(root, DISCARD)) in btrfs_show_options()
1075 if (btrfs_test_opt(root, SPACE_CACHE)) in btrfs_show_options()
1079 if (btrfs_test_opt(root, RESCAN_UUID_TREE)) in btrfs_show_options()
1081 if (btrfs_test_opt(root, CLEAR_CACHE)) in btrfs_show_options()
1083 if (btrfs_test_opt(root, USER_SUBVOL_RM_ALLOWED)) in btrfs_show_options()
1085 if (btrfs_test_opt(root, ENOSPC_DEBUG)) in btrfs_show_options()
1087 if (btrfs_test_opt(root, AUTO_DEFRAG)) in btrfs_show_options()
1089 if (btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_show_options()
1091 if (btrfs_test_opt(root, SKIP_BALANCE)) in btrfs_show_options()
1093 if (btrfs_test_opt(root, RECOVERY)) in btrfs_show_options()
1096 if (btrfs_test_opt(root, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA)) in btrfs_show_options()
1098 else if (btrfs_test_opt(root, CHECK_INTEGRITY)) in btrfs_show_options()
1107 if (btrfs_test_opt(root, PANIC_ON_FATAL_ERROR)) in btrfs_show_options()