Searched refs:btrfs_raw_test_opt (Results 1 – 3 of 3) sorted by relevance
| /fs/btrfs/ |
| A D | super.c | 688 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options() 689 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options() 694 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options() 703 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options() 1254 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1255 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || in btrfs_remount_begin() 1274 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup() 1280 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1283 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1426 btrfs_raw_test_opt(fs_info->mount_opt, opt)) \ [all …]
|
| A D | fs.h | 1058 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
|
| A D | zoned.c | 784 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_mountopts_zoned() 789 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) { in btrfs_check_mountopts_zoned() 794 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) { in btrfs_check_mountopts_zoned()
|
Completed in 19 milliseconds