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

/linux-master/fs/btrfs/
H A Dsuper.c648 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE) &&
649 !btrfs_raw_test_opt(*mount_opt, CLEAR_CACHE)) {
654 !btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE)) {
663 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE))
665 if (btrfs_raw_test_opt(*mount_opt, FREE_SPACE_TREE))
1211 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1212 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) ||
1231 if (btrfs_raw_test_opt(old_opts, AUTO_DEFRAG) &&
1232 (!btrfs_raw_test_opt(fs_info->mount_opt, AUTO_DEFRAG) || sb_rdonly(fs_info->sb))) {
1237 if (!btrfs_raw_test_opt(old_opt
[all...]
H A Dfs.h1014 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) macro
H A Dzoned.c782 if (btrfs_raw_test_opt(*mount_opt, SPACE_CACHE)) {
787 if (btrfs_raw_test_opt(*mount_opt, NODATACOW)) {
792 if (btrfs_raw_test_opt(*mount_opt, DISCARD_ASYNC)) {

Completed in 595 milliseconds