Searched refs:btrfs_raw_test_opt (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| A D | super.c | 681 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) && in btrfs_check_options() 682 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) { in btrfs_check_options() 687 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) { in btrfs_check_options() 696 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_options() 701 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) in btrfs_check_options() 1250 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_begin() 1270 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) && in btrfs_remount_cleanup() 1276 if (!btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1279 else if (btrfs_raw_test_opt(old_opts, DISCARD_ASYNC) && in btrfs_remount_cleanup() 1422 btrfs_raw_test_opt(fs_info->mount_opt, opt)) \ [all …]
|
| A D | fs.h | 1021 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
|
| A D | zoned.c | 773 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) { in btrfs_check_mountopts_zoned() 778 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) { in btrfs_check_mountopts_zoned() 783 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) { in btrfs_check_mountopts_zoned()
|
Completed in 18 milliseconds