Searched refs:vdev_validate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h54 extern int vdev_validate(vdev_t *, boolean_t);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c1464 vdev_validate(vdev_t *vd, boolean_t strict) function
1472 if (vdev_validate(vd->vdev_child[c], strict) != 0)
1660 * Call vdev_validate() here to make sure we have the same device.
1671 (void) vdev_validate(vd, B_TRUE);
H A Dspa.c2326 error = vdev_validate(rvd, mosconfig);
3082 * If vdev_validate() returns failure (indicated by

Completed in 111 milliseconds