Searched refs:DTL_MISSING (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 2736 return (range_tree_max(vd->vdev_dtl[DTL_MISSING])); in vdev_dtl_max() 2758 if (range_tree_is_empty(vd->vdev_dtl[DTL_MISSING])) in vdev_dtl_should_excise() 2895 vd->vdev_dtl[DTL_MISSING], 1); in vdev_dtl_reassess() 2900 vd->vdev_dtl[DTL_MISSING], 1); in vdev_dtl_reassess() 2912 range_tree_walk(vd->vdev_dtl[DTL_MISSING], in vdev_dtl_reassess() 2920 range_tree_walk(vd->vdev_dtl[DTL_MISSING], in vdev_dtl_reassess() 2950 int s = (t == DTL_MISSING) ? DTL_OUTAGE: t; in vdev_dtl_reassess() 2994 vd->vdev_dtl[DTL_MISSING]); in vdev_dtl_load() 3087 range_tree_t *rt = vd->vdev_dtl[DTL_MISSING]; in vdev_dtl_sync() 4498 if (vdev_dtl_contains(vd, DTL_MISSING, txg, 1)) in vdev_stat_update() [all …]
|
| H A D | vdev_draid.c | 1435 if (vdev_dtl_contains(vd, DTL_MISSING, txg, size)) in vdev_draid_missing() 1451 return (vdev_dtl_contains(vd, DTL_MISSING, txg, size)); in vdev_draid_missing() 1493 if (vdev_dtl_contains(vd, DTL_MISSING, txg, size)) in vdev_draid_partial() 1508 return (vdev_dtl_contains(vd, DTL_MISSING, txg, size)); in vdev_draid_partial()
|
| H A D | vdev_mirror.c | 535 return (vdev_dtl_contains(vd, DTL_MISSING, txg, size)); in vdev_mirror_child_missing()
|
| H A D | zfs_fm.c | 1010 vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1)) in zfs_ereport_is_valid()
|
| H A D | vdev_indirect.c | 1281 if (vdev_dtl_contains(ic->ic_vdev, DTL_MISSING, in vdev_indirect_read_all()
|
| H A D | vdev_removal.c | 2022 if (!vdev_dtl_empty(vd, DTL_MISSING) || in spa_vdev_remove_top_check()
|
| H A D | spa.c | 6800 vdev_dtl_dirty(newvd, DTL_MISSING, 7750 if (vdev_dtl_empty(newvd, DTL_MISSING) && 7775 vdev_dtl_empty(newvd, DTL_MISSING) && 7793 vdev_dtl_empty(last, DTL_MISSING) &&
|
| H A D | vdev_raidz.c | 1791 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) { in vdev_raidz_io_start_read()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 43 DTL_MISSING, /* 0% replication: no copies of the data */ enumerator
|