Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.h548 static inline enum btrfs_raid_types btrfs_bg_flags_to_raid_index(u64 flags) in btrfs_bg_flags_to_raid_index() function
H A Dblock-group.c927 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_remove_block_group()
1779 int index = btrfs_bg_flags_to_raid_index(cache->flags); in link_block_group()
2119 index = btrfs_bg_flags_to_raid_index(block_group->flags); in btrfs_create_pending_block_groups()
3214 num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max; in get_profile_num_devs()
H A Dsysfs.c578 int index = btrfs_bg_flags_to_raid_index(to_raid_kobj(kobj)->flags); in raid_bytes_show()
1117 const int index = btrfs_bg_flags_to_raid_index(cache->flags); in btrfs_sysfs_add_block_group_type()
H A Dvolumes.c158 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_raid_name()
3479 const int index = btrfs_bg_flags_to_raid_index(type); in calc_data_stripes()
4940 int index = btrfs_bg_flags_to_raid_index(ctl->type); in init_alloc_chunk_ctl()
5383 const int index = btrfs_bg_flags_to_raid_index(map->type); in btrfs_chunk_max_errors()
6631 int index = btrfs_bg_flags_to_raid_index(type); in calc_stripe_length()
7581 const int index = btrfs_bg_flags_to_raid_index(flags); in btrfs_bg_type_to_factor()
H A Dextent-tree.c3749 BUG_ON(btrfs_bg_flags_to_raid_index(block_group->flags) != in release_block_group()
4006 ffe_ctl.index = btrfs_bg_flags_to_raid_index(flags); in find_free_extent()
4062 ffe_ctl.index = btrfs_bg_flags_to_raid_index( in find_free_extent()
4073 if (ffe_ctl.index == btrfs_bg_flags_to_raid_index(flags) || in find_free_extent()
H A Dtree-checker.c773 raid_index = btrfs_bg_flags_to_raid_index(type); in btrfs_check_chunk_valid()
H A Dsuper.c2092 rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)]; in btrfs_calc_avail_data_space()