Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dvdev.h74 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_removal.c1882 if (!vdev_dtl_empty(vd, DTL_MISSING) || in spa_vdev_remove_top_check()
1883 !vdev_dtl_empty(vd, DTL_OUTAGE)) in spa_vdev_remove_top_check()
Dspa.c7336 if (vdev_dtl_empty(newvd, DTL_MISSING) &&
7337 vdev_dtl_empty(newvd, DTL_OUTAGE) &&
7361 vdev_dtl_empty(newvd, DTL_MISSING) &&
7362 vdev_dtl_empty(newvd, DTL_OUTAGE) &&
7379 vdev_dtl_empty(last, DTL_MISSING) &&
7380 vdev_dtl_empty(last, DTL_OUTAGE) &&
Dvdev.c2538 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) in vdev_dtl_empty() function
2956 required = !vdev_dtl_empty(tvd, DTL_OUTAGE); in vdev_dtl_required()
Dvdev_raidz.c2658 if (!vdev_dtl_empty(cvd, DTL_PARTIAL)) in vdev_raidz_need_resilver()