Lines Matching refs:btrfs_test_opt

279 	if (fs_info && (btrfs_test_opt(fs_info, PANIC_ON_FATAL_ERROR)))  in __btrfs_panic()
478 if (btrfs_test_opt(info, NODATASUM)) { in btrfs_parse_options()
479 if (btrfs_test_opt(info, NODATACOW)) in btrfs_parse_options()
489 if (!btrfs_test_opt(info, NODATACOW)) { in btrfs_parse_options()
490 if (!btrfs_test_opt(info, COMPRESS) || in btrfs_parse_options()
491 !btrfs_test_opt(info, FORCE_COMPRESS)) { in btrfs_parse_options()
513 saved_compress_type = btrfs_test_opt(info, in btrfs_parse_options()
517 btrfs_test_opt(info, FORCE_COMPRESS); in btrfs_parse_options()
723 if (btrfs_test_opt(info, SPACE_CACHE)) { in btrfs_parse_options()
727 if (btrfs_test_opt(info, FREE_SPACE_TREE)) { in btrfs_parse_options()
864 if (btrfs_test_opt(info, NOLOGREPLAY) && !(new_flags & SB_RDONLY)) { in btrfs_parse_options()
871 !btrfs_test_opt(info, FREE_SPACE_TREE) && in btrfs_parse_options()
872 !btrfs_test_opt(info, CLEAR_CACHE)) { in btrfs_parse_options()
877 if (!ret && btrfs_test_opt(info, SPACE_CACHE)) in btrfs_parse_options()
879 if (!ret && btrfs_test_opt(info, FREE_SPACE_TREE)) in btrfs_parse_options()
1288 if (btrfs_test_opt(info, DEGRADED)) in btrfs_show_options()
1290 if (btrfs_test_opt(info, NODATASUM)) in btrfs_show_options()
1292 if (btrfs_test_opt(info, NODATACOW)) in btrfs_show_options()
1294 if (btrfs_test_opt(info, NOBARRIER)) in btrfs_show_options()
1301 if (btrfs_test_opt(info, COMPRESS)) { in btrfs_show_options()
1303 if (btrfs_test_opt(info, FORCE_COMPRESS)) in btrfs_show_options()
1310 if (btrfs_test_opt(info, NOSSD)) in btrfs_show_options()
1312 if (btrfs_test_opt(info, SSD_SPREAD)) in btrfs_show_options()
1314 else if (btrfs_test_opt(info, SSD)) in btrfs_show_options()
1316 if (btrfs_test_opt(info, NOTREELOG)) in btrfs_show_options()
1318 if (btrfs_test_opt(info, NOLOGREPLAY)) in btrfs_show_options()
1320 if (btrfs_test_opt(info, FLUSHONCOMMIT)) in btrfs_show_options()
1322 if (btrfs_test_opt(info, DISCARD)) in btrfs_show_options()
1326 if (btrfs_test_opt(info, SPACE_CACHE)) in btrfs_show_options()
1328 else if (btrfs_test_opt(info, FREE_SPACE_TREE)) in btrfs_show_options()
1332 if (btrfs_test_opt(info, RESCAN_UUID_TREE)) in btrfs_show_options()
1334 if (btrfs_test_opt(info, CLEAR_CACHE)) in btrfs_show_options()
1336 if (btrfs_test_opt(info, USER_SUBVOL_RM_ALLOWED)) in btrfs_show_options()
1338 if (btrfs_test_opt(info, ENOSPC_DEBUG)) in btrfs_show_options()
1340 if (btrfs_test_opt(info, AUTO_DEFRAG)) in btrfs_show_options()
1342 if (btrfs_test_opt(info, INODE_MAP_CACHE)) in btrfs_show_options()
1344 if (btrfs_test_opt(info, SKIP_BALANCE)) in btrfs_show_options()
1347 if (btrfs_test_opt(info, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA)) in btrfs_show_options()
1349 else if (btrfs_test_opt(info, CHECK_INTEGRITY)) in btrfs_show_options()
1357 if (btrfs_test_opt(info, PANIC_ON_FATAL_ERROR)) in btrfs_show_options()
1362 if (btrfs_test_opt(info, FRAGMENT_DATA)) in btrfs_show_options()
1364 if (btrfs_test_opt(info, FRAGMENT_METADATA)) in btrfs_show_options()
1367 if (btrfs_test_opt(info, REF_VERIFY)) in btrfs_show_options()