Searched refs:vdev_dtl_dirty (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 64 extern void vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t d,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev.c | 1674 vdev_dtl_dirty(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) in vdev_dtl_dirty() function 2832 vdev_dtl_dirty(vd, DTL_SCRUB, txg, 1); in vdev_stat_update() 2842 vdev_dtl_dirty(pvd, DTL_PARTIAL, txg, 1); in vdev_stat_update() 2846 vdev_dtl_dirty(vd, DTL_MISSING, txg, 1); in vdev_stat_update()
|
H A D | spa.c | 4606 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL, in spa_vdev_attach()
|