Home
last modified time | relevance | path

Searched refs:btrfs_bg_flags_to_raid_index (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dvolumes.h834 enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags);
Dvolumes.c177 enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags) in btrfs_bg_flags_to_raid_index() function
189 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_raid_name()
199 enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(type); in btrfs_nr_parity_stripes()
3838 const int index = btrfs_bg_flags_to_raid_index(type); in calc_data_stripes()
5147 int index = btrfs_bg_flags_to_raid_index(ctl->type); in init_alloc_chunk_ctl()
5726 const int index = btrfs_bg_flags_to_raid_index(map->type); in btrfs_chunk_max_errors()
5787 enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(map->type); in btrfs_chunk_map_num_copies()
6894 index = btrfs_bg_flags_to_raid_index(type); in read_one_chunk()
7805 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_factor()
Dsysfs.c697 int index = btrfs_bg_flags_to_raid_index(to_raid_kobj(kobj)->flags); in raid_bytes_show()
1716 const int index = btrfs_bg_flags_to_raid_index(cache->flags); in btrfs_sysfs_add_block_group_type()
Dblock-group.c1087 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_remove_block_group()
2748 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_create_pending_block_groups()
4227 num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max; in get_profile_num_devs()
Dextent-tree.c4029 BUG_ON(btrfs_bg_flags_to_raid_index(block_group->flags) != in release_block_group()
4389 ffe_ctl->index = btrfs_bg_flags_to_raid_index(ffe_ctl->flags); in find_free_extent()
4445 ffe_ctl->index = btrfs_bg_flags_to_raid_index( in find_free_extent()
4459 if (ffe_ctl->index == btrfs_bg_flags_to_raid_index(ffe_ctl->flags) || in find_free_extent()
Dspace-info.c327 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_add_bg_to_space_info()
Dtree-checker.c839 raid_index = btrfs_bg_flags_to_raid_index(type); in btrfs_check_chunk_valid()
Dsuper.c1632 rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)]; in btrfs_calc_avail_data_space()