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.c298 vdev_dirty_leaves(vd, VDD_DTL, txg); in spa_vdev_noalloc()
331 vdev_dirty_leaves(vd, VDD_DTL, txg); in spa_vdev_alloc()
2116 vdev_dirty_leaves(vd, VDD_DTL, *txg); in spa_vdev_remove_log()
2363 vdev_dirty_leaves(vd, VDD_DTL, *txg); in spa_vdev_remove_top()
H A Dvdev.c2915 if (flags & VDD_DTL) in vdev_dirty()
3298 vdev_dirty(vd->vdev_top, VDD_DTL, vd, txg); in vdev_dtl_reassess_impl()
5094 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()
H A Dspa.c7740 vdev_dirty_leaves(tvd, VDD_DTL, dtl_max_txg);
7762 vdev_dirty(tvd, VDD_DTL, newvd, txg);
8028 vdev_dirty(tvd, VDD_DTL, vd, txg);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h541 #define VDD_DTL 0x02 macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h576 #define VDD_DTL 0x02 macro