Searched refs:btrfs_raw_test_opt (Results 1 – 2 of 2) sorted by relevance
/linux/fs/btrfs/ |
H A D | super.c | 685 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options() 686 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options() 691 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options() 700 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options() 705 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) in btrfs_check_options() 1252 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1253 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin() 1272 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup() 1273 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { in btrfs_remount_cleanup() 1278 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() [all …]
|
H A D | fs.h | 1058 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
|