Home
last modified time | relevance | path

Searched refs:vdev_dtl_list (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h166 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev.c355 txg_list_create(&vd->vdev_dtl_list, in vdev_alloc_common()
655 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free()
718 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer()
719 (void) txg_list_add(&tvd->vdev_dtl_list, vd, t); in vdev_top_transfer()
1620 (void) txg_list_add(&vd->vdev_dtl_list, arg, txg); in vdev_dirty()
2255 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
H A Dspa.c4841 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); in spa_vdev_detach()