Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h73 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_removal.c1893 if (!vdev_dtl_empty(vd, DTL_MISSING) || in spa_vdev_remove_top_check()
1894 !vdev_dtl_empty(vd, DTL_OUTAGE)) in spa_vdev_remove_top_check()
H A Dspa.c6916 if (vdev_dtl_empty(newvd, DTL_MISSING) &&
6917 vdev_dtl_empty(newvd, DTL_OUTAGE) &&
6941 vdev_dtl_empty(newvd, DTL_MISSING) &&
6942 vdev_dtl_empty(newvd, DTL_OUTAGE) &&
6959 vdev_dtl_empty(last, DTL_MISSING) &&
6960 vdev_dtl_empty(last, DTL_OUTAGE) &&
H A Dvdev.c2399 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) in vdev_dtl_empty() function
2801 required = !vdev_dtl_empty(tvd, DTL_OUTAGE); in vdev_dtl_required()
H A Dvdev_raidz.c2658 if (!vdev_dtl_empty(cvd, DTL_PARTIAL)) in vdev_raidz_need_resilver()