Searched refs:vdev_dtl_list (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 286 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 627 txg_list_create(&vd->vdev_dtl_list, spa, in vdev_alloc_common() 1019 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free() 1157 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer() 1158 (void) txg_list_add(&tvd->vdev_dtl_list, vd, t); in vdev_top_transfer() 2575 (void) txg_list_add(&vd->vdev_dtl_list, arg, txg); in vdev_dirty() 3559 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync() 3582 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
|
| H A D | spa.c | 7077 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); 7657 &tvd->vdev_dtl_list, vml[c], t);
|