Searched refs:btrfs_raw_test_opt (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | super.c | 694 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options() 695 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options() 700 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options() 709 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options() 1253 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1254 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin() 1273 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup() 1274 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) { in btrfs_remount_cleanup() 1279 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1282 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() [all …]
|
| H A D | fs.h | 1158 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
|
| H A D | zoned.c | 811 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_mountopts_zoned() 816 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) { in btrfs_check_mountopts_zoned() 821 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) { in btrfs_check_mountopts_zoned()
|