Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c329 vdev_dirty_leaves(vd, VDD_DTL, txg); in spa_vdev_noalloc()
362 vdev_dirty_leaves(vd, VDD_DTL, txg); in spa_vdev_alloc()
2161 vdev_dirty_leaves(vd, VDD_DTL, *txg); in spa_vdev_remove_log()
2408 vdev_dirty_leaves(vd, VDD_DTL, *txg); in spa_vdev_remove_top()
H A Dvdev.c3036 if (flags & VDD_DTL) in vdev_dirty()
3422 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess_impl()
5300 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
H A Dspa.c8546 vdev_dirty_leaves(tvd, VDD_DTL, dtl_max_txg);
8568 vdev_dirty(tvd, VDD_DTL, newvd, txg);
8834 vdev_dirty(tvd, VDD_DTL, vd, txg);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h548 #define VDD_DTL 0x02 macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h571 #define VDD_DTL 0x02 macro