Searched refs:VDD_DTL (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_removal.c | 329 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 D | vdev.c | 3036 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 D | spa.c | 8546 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 D | vdev_impl.h | 548 #define VDD_DTL 0x02 macro
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 571 #define VDD_DTL 0x02 macro
|