Lines Matching refs:btrfs_test_opt
427 if (btrfs_test_opt(root, NODATASUM)) { in btrfs_parse_options()
428 if (btrfs_test_opt(root, NODATACOW)) in btrfs_parse_options()
437 if (!btrfs_test_opt(root, NODATACOW)) { in btrfs_parse_options()
438 if (!btrfs_test_opt(root, COMPRESS) || in btrfs_parse_options()
439 !btrfs_test_opt(root, FORCE_COMPRESS)) { in btrfs_parse_options()
491 if (!btrfs_test_opt(root, COMPRESS)) in btrfs_parse_options()
757 if (!ret && btrfs_test_opt(root, SPACE_CACHE)) in btrfs_parse_options()
1124 if (btrfs_test_opt(root, DEGRADED)) in btrfs_show_options()
1126 if (btrfs_test_opt(root, NODATASUM)) in btrfs_show_options()
1128 if (btrfs_test_opt(root, NODATACOW)) in btrfs_show_options()
1130 if (btrfs_test_opt(root, NOBARRIER)) in btrfs_show_options()
1139 if (btrfs_test_opt(root, COMPRESS)) { in btrfs_show_options()
1144 if (btrfs_test_opt(root, FORCE_COMPRESS)) in btrfs_show_options()
1149 if (btrfs_test_opt(root, NOSSD)) in btrfs_show_options()
1151 if (btrfs_test_opt(root, SSD_SPREAD)) in btrfs_show_options()
1153 else if (btrfs_test_opt(root, SSD)) in btrfs_show_options()
1155 if (btrfs_test_opt(root, NOTREELOG)) in btrfs_show_options()
1157 if (btrfs_test_opt(root, FLUSHONCOMMIT)) in btrfs_show_options()
1159 if (btrfs_test_opt(root, DISCARD)) in btrfs_show_options()
1163 if (btrfs_test_opt(root, SPACE_CACHE)) in btrfs_show_options()
1167 if (btrfs_test_opt(root, RESCAN_UUID_TREE)) in btrfs_show_options()
1169 if (btrfs_test_opt(root, CLEAR_CACHE)) in btrfs_show_options()
1171 if (btrfs_test_opt(root, USER_SUBVOL_RM_ALLOWED)) in btrfs_show_options()
1173 if (btrfs_test_opt(root, ENOSPC_DEBUG)) in btrfs_show_options()
1175 if (btrfs_test_opt(root, AUTO_DEFRAG)) in btrfs_show_options()
1177 if (btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_show_options()
1179 if (btrfs_test_opt(root, SKIP_BALANCE)) in btrfs_show_options()
1181 if (btrfs_test_opt(root, RECOVERY)) in btrfs_show_options()
1184 if (btrfs_test_opt(root, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA)) in btrfs_show_options()
1186 else if (btrfs_test_opt(root, CHECK_INTEGRITY)) in btrfs_show_options()
1195 if (btrfs_test_opt(root, PANIC_ON_FATAL_ERROR)) in btrfs_show_options()
1200 if (btrfs_test_opt(root, FRAGMENT_DATA)) in btrfs_show_options()
1202 if (btrfs_test_opt(root, FRAGMENT_METADATA)) in btrfs_show_options()