Searched refs:btrfs_test_opt (Results 1 – 13 of 13) sorted by relevance
/fs/btrfs/ |
D | super.c | 427 if (btrfs_test_opt(root, NODATASUM)) { in btrfs_parse_options() 428 if (btrfs_test_opt(root, NODATACOW)) in btrfs_parse_options() 437 if (!btrfs_test_opt(root, NODATACOW)) { in btrfs_parse_options() 438 if (!btrfs_test_opt(root, COMPRESS) || in btrfs_parse_options() 439 !btrfs_test_opt(root, FORCE_COMPRESS)) { in btrfs_parse_options() 491 if (!btrfs_test_opt(root, COMPRESS)) in btrfs_parse_options() 757 if (!ret && btrfs_test_opt(root, SPACE_CACHE)) in btrfs_parse_options() 1125 if (btrfs_test_opt(root, DEGRADED)) in btrfs_show_options() 1127 if (btrfs_test_opt(root, NODATASUM)) in btrfs_show_options() 1129 if (btrfs_test_opt(root, NODATACOW)) in btrfs_show_options() [all …]
|
D | inode-map.c | 41 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in caching_kthread() 144 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in start_caching() 189 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_find_free_ino() 215 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_return_ino() 255 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_unpin_free_ino() 416 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_save_ino_cache()
|
D | disk-io.c | 2943 if (!btrfs_test_opt(tree_root, SSD) && in open_ctree() 2944 !btrfs_test_opt(tree_root, NOSSD) && in open_ctree() 2958 if (btrfs_test_opt(tree_root, CHECK_INTEGRITY)) { in open_ctree() 2960 btrfs_test_opt(tree_root, in open_ctree() 3050 } else if (btrfs_test_opt(tree_root, RESCAN_UUID_TREE) || in open_ctree() 3121 if (!btrfs_test_opt(tree_root, RECOVERY)) in open_ctree() 3536 do_barriers = !btrfs_test_opt(root, NOBARRIER); in write_all_supers() 3833 if (btrfs_test_opt(root, CHECK_INTEGRITY)) in close_ctree()
|
D | dev-replace.c | 148 !btrfs_test_opt(dev_root, DEGRADED)) { in btrfs_init_dev_replace() 157 !btrfs_test_opt(dev_root, DEGRADED)) { in btrfs_init_dev_replace()
|
D | extent-tree.c | 3413 !btrfs_test_opt(root, SPACE_CACHE)) { in cache_save_setup() 3490 !btrfs_test_opt(root, SPACE_CACHE)) in btrfs_setup_space_cache() 4318 if (left < thresh && btrfs_test_opt(root, ENOSPC_DEBUG)) { in check_system_chunk() 5904 if (btrfs_test_opt(root, SPACE_CACHE) && in update_block_group() 6232 bool ssd = btrfs_test_opt(root, SSD); in fetch_cluster_info() 6362 if (btrfs_test_opt(root, DISCARD)) in btrfs_finish_extent_commit() 7580 } else if (btrfs_test_opt(root, ENOSPC_DEBUG)) { in btrfs_reserve_extent() 7611 if (btrfs_test_opt(root, DISCARD)) in __btrfs_free_reserved_extent() 7924 if (btrfs_test_opt(root, ENOSPC_DEBUG)) { in use_block_rsv() 9678 if (btrfs_test_opt(info->tree_root, ENOSPC_DEBUG)) { in btrfs_free_block_groups() [all …]
|
D | transaction.c | 1607 if (btrfs_test_opt(root, SPACE_CACHE)) in update_super_roots() 1793 if (btrfs_test_opt(fs_info->tree_root, FLUSHONCOMMIT)) in btrfs_start_delalloc_flush() 1800 if (btrfs_test_opt(fs_info->tree_root, FLUSHONCOMMIT)) in btrfs_wait_delalloc_flush()
|
D | ctree.h | 2195 #define btrfs_test_opt(root, opt) ((root)->fs_info->mount_opt & \ macro 2200 if (!btrfs_test_opt(root, opt)) \ 2207 if (btrfs_test_opt(root, opt)) \ 2217 return (btrfs_test_opt(root, FRAGMENT_METADATA) && in btrfs_should_fragment_free_space() 2219 (btrfs_test_opt(root, FRAGMENT_DATA) && in btrfs_should_fragment_free_space()
|
D | free-space-cache.c | 3062 if (btrfs_test_opt(root, SSD_SPREAD)) { in btrfs_find_space_cluster() 3506 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in load_free_ino_cache() 3550 if (!btrfs_test_opt(root, INODE_MAP_CACHE)) in btrfs_write_out_ino_cache()
|
D | volumes.c | 3849 if (btrfs_test_opt(fs_info->tree_root, SKIP_BALANCE)) { in btrfs_resume_balance_async() 6385 if (!map->stripes[i].dev && !btrfs_test_opt(root, DEGRADED)) { in read_one_chunk() 6453 if (!btrfs_test_opt(root, DEGRADED)) in open_seed_devices() 6515 if (!btrfs_test_opt(root, DEGRADED)) in read_one_dev() 6524 if (!device->bdev && !btrfs_test_opt(root, DEGRADED)) in read_one_dev()
|
D | inode.c | 371 if (btrfs_test_opt(root, FORCE_COMPRESS)) in inode_need_compress() 376 if (btrfs_test_opt(root, COMPRESS) || in inode_need_compress() 600 if (!btrfs_test_opt(root, FORCE_COMPRESS) && in compress_file_range() 1165 !btrfs_test_opt(root, FORCE_COMPRESS)) in cow_file_range_async() 6308 if (btrfs_test_opt(root, NODATASUM)) in btrfs_new_inode() 6310 if (btrfs_test_opt(root, NODATACOW)) in btrfs_new_inode()
|
D | tree-log.c | 2769 if (!btrfs_test_opt(root, SSD) && in btrfs_sync_log() 5322 if (btrfs_test_opt(root, NOTREELOG)) { in btrfs_log_inode_parent()
|
D | file.c | 134 if (!btrfs_test_opt(root, AUTO_DEFRAG)) in __need_auto_defrag()
|
D | ioctl.c | 2432 if (!btrfs_test_opt(root, USER_SUBVOL_RM_ALLOWED)) in btrfs_ioctl_snap_destroy()
|