Searched refs:vdev_dtl_empty (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 74 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_removal.c | 1918 if (!vdev_dtl_empty(vd, DTL_MISSING) || in spa_vdev_remove_top_check() 1919 !vdev_dtl_empty(vd, DTL_OUTAGE)) in spa_vdev_remove_top_check()
|
H A D | spa.c | 7308 if (vdev_dtl_empty(newvd, DTL_MISSING) && 7309 vdev_dtl_empty(newvd, DTL_OUTAGE) && 7333 vdev_dtl_empty(newvd, DTL_MISSING) && 7334 vdev_dtl_empty(newvd, DTL_OUTAGE) && 7351 vdev_dtl_empty(last, DTL_MISSING) && 7352 vdev_dtl_empty(last, DTL_OUTAGE) &&
|
H A D | vdev.c | 2439 vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t t) in vdev_dtl_empty() function 2877 required = !vdev_dtl_empty(tvd, DTL_OUTAGE); in vdev_dtl_required()
|
H A D | vdev_raidz.c | 2530 if (!vdev_dtl_empty(cvd, DTL_PARTIAL)) in vdev_raidz_need_resilver()
|