Searched defs:mtvd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1664 vdev_t *mtvd = mrvd->vdev_child[c]; local
1667 mtvd->vdev_ops != &vdev_missing_ops &&
1668 mtvd->vdev_islog)
1669 child[idx++] = vdev_config_generate(spa, mtvd,
1689 * with the corresponding MOS config top-level (mtvd).
1693 vdev_t *mtvd = mrvd->vdev_child[c]; local
1701 mtvd->vdev_ops != &vdev_missing_ops) {
1709 if (mtvd->vdev_islog) {
1726 vdev_remove_child(mrvd, mtvd);
1728 vdev_add_child(rvd, mtvd);
[all...]

Completed in 53 milliseconds