Symbol: btrfs_bg_flags_to_raid_index
fs/btrfs/block-group.c
1143
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/block-group.c
2876
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/block-group.c
4422
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
4580
ffe_ctl->index = btrfs_bg_flags_to_raid_index(ffe_ctl->flags);
fs/btrfs/extent-tree.c
4649
ffe_ctl->index = btrfs_bg_flags_to_raid_index(
fs/btrfs/extent-tree.c
4663
if (ffe_ctl->index == btrfs_bg_flags_to_raid_index(ffe_ctl->flags) ||
fs/btrfs/space-info.c
400
index = btrfs_bg_flags_to_raid_index(block_group->flags);
fs/btrfs/super.c
1643
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
894
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
4025
const int index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
5496
int index = btrfs_bg_flags_to_raid_index(ctl->type);
fs/btrfs/volumes.c
6087
const int index = btrfs_bg_flags_to_raid_index(map->type);
fs/btrfs/volumes.c
6148
enum btrfs_raid_types index = btrfs_bg_flags_to_raid_index(map->type);
fs/btrfs/volumes.c
7358
index = btrfs_bg_flags_to_raid_index(type);
fs/btrfs/volumes.c
8222
const int index = btrfs_bg_flags_to_raid_index(flags);
fs/btrfs/volumes.h
885
enum btrfs_raid_types __attribute_const__ btrfs_bg_flags_to_raid_index(u64 flags);
fs/btrfs/zoned.c
2780
index = btrfs_bg_flags_to_raid_index(alloc_flags);