Lines Matching refs:vdev_children

1251 		for (int c = 0; c < spa->spa_root_vdev->vdev_children; c++)
1610 for (int c = 0; c < vd->vdev_children; c++)
1623 ASSERT3U(vd->vdev_children, ==, mvd->vdev_children);
1628 for (uint64_t i = 0; i < vd->vdev_children; i++) {
1647 ASSERT3U(rvd->vdev_children, ==, mrvd->vdev_children);
1658 child = kmem_alloc(rvd->vdev_children * sizeof (nvlist_t **),
1662 for (int c = 0; c < rvd->vdev_children; c++) {
1683 kmem_free(child, rvd->vdev_children * sizeof (char **));
1691 for (int c = 0; c < rvd->vdev_children; c++) {
1797 for (int c = 0; c < rvd->vdev_children; c++) {
1817 for (int c = 0; c < rvd->vdev_children; c++) {
2210 for (uint64_t i = 0; i < vd->vdev_children; i++) {
2889 for (int c = 0; c < rvd->vdev_children; c++)
3676 for (int c = 0; c < rvd->vdev_children; c++) {
3892 for (int c = 0; c < vd->vdev_children; c++)
4023 vdev_child[bvd->vdev_parent->vdev_children - 1]->vdev_path);
4499 if (vd->vdev_children == 0 && nspares == 0 && nl2cache == 0)
4502 if (vd->vdev_children != 0 &&
4516 for (int c = 0; c < vd->vdev_children; c++) {
4521 for (id = 0; id < rvd->vdev_children; id++) {
4613 if (newrootvd->vdev_children != 1)
4719 newvd->vdev_id = pvd->vdev_children;
4854 ASSERT(pvd->vdev_children >= 2);
4865 for (int c = 0; c < pvd->vdev_children; c++) {
4887 pvd->vdev_child[pvd->vdev_children - 1]->vdev_isspare)
4909 cvd = pvd->vdev_child[pvd->vdev_children - 1];
4932 if (pvd->vdev_children == 1) {
5070 for (c = 0; c < rvd->vdev_children; c++) {
5082 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children))
5131 vml[c]->vdev_children != 0 ||
5409 boolean_t last_vdev = (id == (rvd->vdev_children - 1));
5576 for (int c = 0; c < vd->vdev_children; c++) {
5591 ASSERT(vd->vdev_children > 1);
5593 newvd = vd->vdev_child[vd->vdev_children - 1];
5607 vdev_t *last = vd->vdev_child[vd->vdev_children - 1];
5632 if (vd->vdev_children > 2) {
5667 ppvd->vdev_children == 2) {
5799 for (int c = 0; c < vd->vdev_children; c++)
5811 for (int c = 0; c < vd->vdev_children; c++)
5825 for (int c = 0; c < vd->vdev_children; c++) {
6136 for (uint64_t i = 0; i < vd->vdev_children; i++) {
6559 for (i = 0; i < rvd->vdev_children; i++) {
6564 if (i == rvd->vdev_children) {
6579 for (int c = 0; c < rvd->vdev_children; c++) {
6602 max_queue_depth * rvd->vdev_children);
6704 int children = rvd->vdev_children;
6718 rvd->vdev_children, txg);