Lines Matching refs:btrfs_raw_test_opt
680 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options()
681 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options()
686 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options()
695 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options()
700 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) in btrfs_check_options()
1247 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1248 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin()
1267 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1268 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { in btrfs_remount_cleanup()
1273 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1276 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1418 if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1419 btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
1425 if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1426 !btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
1472 (!btrfs_raw_test_opt(old->mount_opt, FORCE_COMPRESS) && in btrfs_emit_options()
1473 btrfs_raw_test_opt(info->mount_opt, FORCE_COMPRESS)))) { in btrfs_emit_options()