btrfs_raw_test_opt 1240 fs/btrfs/ctree.h        if (!btrfs_raw_test_opt((info)->mount_opt, opt)) {              \
btrfs_raw_test_opt 1249 fs/btrfs/ctree.h        if (btrfs_raw_test_opt((info)->mount_opt, opt)) {               \
btrfs_raw_test_opt 1694 fs/btrfs/super.c 	if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
btrfs_raw_test_opt 1695 fs/btrfs/super.c 	    (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) ||
btrfs_raw_test_opt 1712 fs/btrfs/super.c 	if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
btrfs_raw_test_opt 1713 fs/btrfs/super.c 	    (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) {