Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev.h68 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa.c5711 if (vdev_dtl_empty(newvd, DTL_MISSING) && in spa_vdev_resilver_done_hunt()
5712 vdev_dtl_empty(newvd, DTL_OUTAGE) && in spa_vdev_resilver_done_hunt()
5735 vdev_dtl_empty(newvd, DTL_MISSING) && in spa_vdev_resilver_done_hunt()
5736 vdev_dtl_empty(newvd, DTL_OUTAGE) && in spa_vdev_resilver_done_hunt()
5751 vdev_dtl_empty(last, DTL_MISSING) && in spa_vdev_resilver_done_hunt()
5752 vdev_dtl_empty(last, DTL_OUTAGE) && in spa_vdev_resilver_done_hunt()
HDvdev.c1810 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) in vdev_dtl_empty() function
2147 required = !vdev_dtl_empty(tvd, DTL_OUTAGE); in vdev_dtl_required()