Home
last modified time | relevance | path

Searched refs:btrfs_get_alloc_profile (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dextent-tree.c3866 u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data) in btrfs_get_alloc_profile() function
3928 alloc_target = btrfs_get_alloc_profile(root, 1); in btrfs_check_data_free_space()
4138 flags = btrfs_get_alloc_profile(root->fs_info->chunk_root, 0); in check_system_chunk()
4252 u64 profile = btrfs_get_alloc_profile(root, 0); in can_overcommit()
4518 btrfs_get_alloc_profile(root, 0), in flush_space()
7181 flags = btrfs_get_alloc_profile(root, is_data); in btrfs_reserve_extent()
Dsuper.c1695 type = btrfs_get_alloc_profile(root, 1); in btrfs_calc_avail_data_space()
Dvolumes.c4646 alloc_profile = btrfs_get_alloc_profile(extent_root, 0); in init_first_rw_device()
4653 alloc_profile = btrfs_get_alloc_profile(fs_info->chunk_root, 0); in init_first_rw_device()
Dctree.h3443 u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data);
Dinode.c8128 if (btrfs_get_alloc_profile(root, 1) & BTRFS_BLOCK_GROUP_RAID56_MASK) in btrfs_submit_direct_hook()