Searched refs:btrfs_get_alloc_profile (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 3981 u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data) in btrfs_get_alloc_profile() function 4039 alloc_target = btrfs_get_alloc_profile(root, 1); in btrfs_alloc_data_chunk_ondemand() 4317 flags = btrfs_get_alloc_profile(root->fs_info->chunk_root, 0); in check_system_chunk() 4464 u64 profile = btrfs_get_alloc_profile(root, 0); in can_overcommit() 4730 btrfs_get_alloc_profile(root, 0), in flush_space() 7547 flags = btrfs_get_alloc_profile(root, is_data); in btrfs_reserve_extent()
|
D | super.c | 1829 type = btrfs_get_alloc_profile(root, 1); in btrfs_calc_avail_data_space()
|
D | volumes.c | 4914 alloc_profile = btrfs_get_alloc_profile(extent_root, 0); in init_first_rw_device() 4921 alloc_profile = btrfs_get_alloc_profile(fs_info->chunk_root, 0); in init_first_rw_device()
|
D | ctree.h | 3494 u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data);
|
D | inode.c | 8222 if (btrfs_get_alloc_profile(root, 1) & BTRFS_BLOCK_GROUP_RAID56_MASK) in btrfs_submit_direct_hook()
|