Searched refs:block_groups (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | sysfs.c | 294 list_for_each_entry(block_group, &sinfo->block_groups[index], list) { in raid_bytes_show()
|
D | extent-tree.c | 3900 INIT_LIST_HEAD(&space_info->block_groups[i]); in create_space_info() 7339 list_for_each_entry(block_group, &space_info->block_groups[index], in find_free_extent() 7731 list_for_each_entry(cache, &info->block_groups[index], list) { in dump_space_info() 9782 if (list_empty(&space_info->block_groups[index])) in link_block_group() 9784 list_add_tail(&cache->list, &space_info->block_groups[index]); in link_block_group() 10057 &space_info->block_groups[BTRFS_RAID_RAID0], in btrfs_read_block_groups() 10061 &space_info->block_groups[BTRFS_RAID_SINGLE], in btrfs_read_block_groups() 10339 if (list_empty(&block_group->space_info->block_groups[index])) { in btrfs_remove_block_group()
|
D | ioctl.c | 4500 if (!list_empty(&info->block_groups[c])) in btrfs_ioctl_space_info() 4555 if (!list_empty(&info->block_groups[c])) { in btrfs_ioctl_space_info() 4556 get_block_group_info(&info->block_groups[c], in btrfs_ioctl_space_info()
|
D | super.c | 2110 if (!list_empty(&found->block_groups[i])) in btrfs_statfs()
|
D | ctree.h | 443 struct list_head block_groups[BTRFS_NR_RAID_TYPES]; member
|