Symbol: btrfs_bg_flags_to_raid_index
fs/btrfs/block-group.c
1170
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/block-group.c
2935
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/block-group.c
4484
num_dev = btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)].devs_max;
fs/btrfs/extent-tree.c
4227
BUG_ON(btrfs_bg_flags_to_raid_index(block_group->flags) !=
fs/btrfs/extent-tree.c
4581
ffe_ctl->index = btrfs_bg_flags_to_raid_index(ffe_ctl->flags);
fs/btrfs/extent-tree.c
4652
ffe_ctl->index = btrfs_bg_flags_to_raid_index(
fs/btrfs/extent-tree.c
4666
if (ffe_ctl->index == btrfs_bg_flags_to_raid_index(ffe_ctl->flags) ||
fs/btrfs/space-info.c
409
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/super.c
1646
rattr = &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)];
fs/btrfs/sysfs.c
1823
const int index = btrfs_bg_flags_to_raid_index(cache->flags);
fs/btrfs/sysfs.c
704
int index = btrfs_bg_flags_to_raid_index(to_raid_kobj(kobj)->flags);
fs/btrfs/tree-checker.c
962
raid_index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
189
const int index = btrfs_bg_flags_to_raid_index(flags);
fs/btrfs/volumes.c
199
enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
4096
const int index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
5745
int index = btrfs_bg_flags_to_raid_index(ctl->type);
fs/btrfs/volumes.c
6337
const int index = btrfs_bg_flags_to_raid_index(map->type);
fs/btrfs/volumes.c
6398
enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(map->type);
fs/btrfs/volumes.c
7608
index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
8533
const int index = btrfs_bg_flags_to_raid_index(flags);
fs/btrfs/volumes.h
902
enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags);
fs/btrfs/volumes.h
912
enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(profile);
fs/btrfs/zoned.c
2810
index = btrfs_bg_flags_to_raid_index(alloc_flags);