Home
last modified time | relevance | path

Searched refs:btrfs_raw_test_opt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dsuper.c684 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options()
685 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options()
690 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options()
699 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options()
704 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) in btrfs_check_options()
1251 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1271 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1277 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1280 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
1423 btrfs_raw_test_opt(fs_info->mount_opt, opt)) \
[all …]
H A Dfs.h1063 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
H A Dzoned.c777 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_mountopts_zoned()
782 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) { in btrfs_check_mountopts_zoned()
787 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) { in btrfs_check_mountopts_zoned()