Searched refs:DTL_PARTIAL (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 42 DTL_PARTIAL, /* less than 100% replication: some copies missing */ enumerator
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_mirror.c | 427 !vdev_dtl_contains(mc->mc_vd, DTL_PARTIAL, in vdev_mirror_io_done()
|
H A D | vdev.c | 1849 range_tree_vacate(vd->vdev_dtl[DTL_PARTIAL], NULL, NULL); in vdev_dtl_reassess() 1851 range_tree_add, vd->vdev_dtl[DTL_PARTIAL]); in vdev_dtl_reassess() 1883 if (t == DTL_PARTIAL) in vdev_dtl_reassess() 2852 vdev_dtl_dirty(pvd, DTL_PARTIAL, txg, 1); in vdev_stat_update()
|
H A D | dsl_scan.c | 1824 needs_io = vdev_dtl_contains(vd, DTL_PARTIAL, in dsl_scan_scrub_cb()
|
H A D | zio.c | 2737 !vdev_dtl_contains(vd, DTL_PARTIAL, zio->io_txg, 1)) { in zio_vdev_io_start()
|