Lines Matching refs:btrfs_raw_test_opt
691 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options()
692 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options()
697 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options()
706 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options()
1257 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1258 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin()
1277 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1278 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { in btrfs_remount_cleanup()
1283 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1286 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1428 if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1429 btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
1435 if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1436 !btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
1483 (!btrfs_raw_test_opt(old->mount_opt, FORCE_COMPRESS) && in btrfs_emit_options()
1484 btrfs_raw_test_opt(info->mount_opt, FORCE_COMPRESS)))) { in btrfs_emit_options()