Searched refs:glist (Results 1 – 1 of 1) sorted by relevance
2795 uint64_t *glist; in spa_try_repair() local2806 &glist, &gcount) != 0) in spa_try_repair()2814 if (glist[i] == 0) /* vdev is hole */ in spa_try_repair()2817 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE); in spa_try_repair()7366 uint64_t txg, *glist; local7435 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);7461 &glist[c]) != 0) {7467 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);7516 kmem_free(glist, children * sizeof (uint64_t));7533 glist, children) == 0);[all …]