Searched refs:vdev_dtl_list (Results 1 – 3 of 3) sorted by relevance
187 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */ member
454 txg_list_create(&vd->vdev_dtl_list, in vdev_alloc_common()767 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free()833 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer()834 (void) txg_list_add(&tvd->vdev_dtl_list, vd, t); in vdev_top_transfer()1778 (void) txg_list_add(&vd->vdev_dtl_list, arg, txg); in vdev_dirty()2479 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
5266 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); in spa_vdev_detach()