Searched refs:btrfs_bg_flags_to_raid_index (Results 1 – 7 of 7) sorted by relevance
636 enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags);
888 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_remove_block_group()1882 int index = btrfs_bg_flags_to_raid_index(cache->flags); in link_block_group()2407 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_create_pending_block_groups()3731 num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max; in get_profile_num_devs()
664 int index = btrfs_bg_flags_to_raid_index(to_raid_kobj(kobj)->flags); in raid_bytes_show()1323 const int index = btrfs_bg_flags_to_raid_index(cache->flags); in btrfs_sysfs_add_block_group_type()
161 enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags) in btrfs_bg_flags_to_raid_index() function185 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_raid_name()3644 const int index = btrfs_bg_flags_to_raid_index(type); in calc_data_stripes()5131 int index = btrfs_bg_flags_to_raid_index(ctl->type); in init_alloc_chunk_ctl()5653 const int index = btrfs_bg_flags_to_raid_index(map->type); in btrfs_chunk_max_errors()8003 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_factor()
3918 BUG_ON(btrfs_bg_flags_to_raid_index(block_group->flags) != in release_block_group()4207 ffe_ctl->index = btrfs_bg_flags_to_raid_index(ffe_ctl->flags); in find_free_extent()4265 ffe_ctl->index = btrfs_bg_flags_to_raid_index( in find_free_extent()4277 if (ffe_ctl->index == btrfs_bg_flags_to_raid_index(ffe_ctl->flags) || in find_free_extent()
780 raid_index = btrfs_bg_flags_to_raid_index(type); in btrfs_check_chunk_valid()
2144 rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)]; in btrfs_calc_avail_data_space()
Completed in 43 milliseconds