Searched refs:vdev_remove_child (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | vdev_impl.h | 519 extern void vdev_remove_child(vdev_t *pvd, vdev_t *cvd);
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | vdev.c | 398 vdev_remove_child(vdev_t *pvd, vdev_t *cvd) in vdev_remove_child() function 894 vdev_remove_child(vd->vdev_parent, vd); in vdev_free() 1104 vdev_remove_child(pvd, cvd); in vdev_add_parent() 1133 vdev_remove_child(mvd, cvd); in vdev_remove_parent() 1134 vdev_remove_child(pvd, mvd); in vdev_remove_parent() 4553 vdev_remove_child(pvd, vd); in vdev_split()
|
| H A D | vdev_removal.c | 1111 vdev_remove_child(ivd, vd); in vdev_remove_replace_with_indirect()
|
| H A D | spa.c | 6178 vdev_remove_child(vd, tvd); 6378 vdev_remove_child(newrootvd, newvd); 6589 vdev_remove_child(pvd, vd);
|