fs/btrfs/super.c
1262
if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
fs/btrfs/super.c
1263
(!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) ||
fs/btrfs/super.c
1282
if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
fs/btrfs/super.c
1283
(!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) {
fs/btrfs/super.c
1288
if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
fs/btrfs/super.c
1291
else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
fs/btrfs/super.c
1433
if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
fs/btrfs/super.c
1434
btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
fs/btrfs/super.c
1440
if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
fs/btrfs/super.c
1441
!btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
fs/btrfs/super.c
1488
(!btrfs_raw_test_opt(old->mount_opt, FORCE_COMPRESS) &&
fs/btrfs/super.c
1489
btrfs_raw_test_opt(info->mount_opt, FORCE_COMPRESS)))) {
fs/btrfs/super.c
703
!btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) &&
fs/btrfs/super.c
704
!btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) {
fs/btrfs/super.c
709
!btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) {
fs/btrfs/super.c
718
if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) {
fs/btrfs/zoned.c
811
if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) {
fs/btrfs/zoned.c
816
if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) {
fs/btrfs/zoned.c
821
if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) {