fs/btrfs/super.c
1260
if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
fs/btrfs/super.c
1261
(!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) ||
fs/btrfs/super.c
1280
if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
fs/btrfs/super.c
1281
(!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) {
fs/btrfs/super.c
1286
if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
fs/btrfs/super.c
1289
else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) &&
fs/btrfs/super.c
1431
if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
fs/btrfs/super.c
1432
btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
fs/btrfs/super.c
1438
if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
fs/btrfs/super.c
1439
!btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
fs/btrfs/super.c
1486
(!btrfs_raw_test_opt(old->mount_opt, FORCE_COMPRESS) &&
fs/btrfs/super.c
1487
btrfs_raw_test_opt(info->mount_opt, FORCE_COMPRESS)))) {
fs/btrfs/super.c
701
!btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) &&
fs/btrfs/super.c
702
!btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) {
fs/btrfs/super.c
707
!btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) {
fs/btrfs/super.c
716
if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) {
fs/btrfs/zoned.c
795
if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) {
fs/btrfs/zoned.c
800
if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) {
fs/btrfs/zoned.c
805
if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) {