Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dsuper.c680 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options()
681 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options()
686 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options()
695 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options()
700 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) in btrfs_check_options()
1247 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin()
1248 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin()
1267 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup()
1268 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { in btrfs_remount_cleanup()
1273 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup()
[all …]
Dfs.h1042 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
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()