Home
last modified time | relevance | path

Searched refs:compbak (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/virstor/
H A Dg_virstor.c562 struct g_virstor_component *newcomp, *compbak; in virstor_ctl_remove() local
587 compbak = sc->components; in virstor_ctl_remove()
619 if (clear_metadata(&compbak[found]) != 0) { in virstor_ctl_remove()
623 g_detach(compbak[found].gcons); in virstor_ctl_remove()
624 g_destroy_consumer(compbak[found].gcons); in virstor_ctl_remove()
627 free(compbak, M_GVIRSTOR); in virstor_ctl_remove()