btrfs_get_alloc_profile
if (!(btrfs_get_alloc_profile(info, space_info->flags) &
alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags);
alloc_flags = btrfs_get_alloc_profile(fs_info, space_info->flags);
alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags);
u64 alloc_flags = btrfs_get_alloc_profile(trans->fs_info, type);
u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA);
return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA);
return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM);
return btrfs_get_alloc_profile(fs_info, flags);
btrfs_get_alloc_profile(fs_info, space_info->flags),
btrfs_chunk_alloc(h, space_info, btrfs_get_alloc_profile(fs_info, flags),
alloc_flags = btrfs_get_alloc_profile(fs_info, space_info->flags);