Searched refs:vdev_dtl_list (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | vdev_impl.h | 261 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */ member
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev.c | 644 txg_list_create(&vd->vdev_dtl_list, spa, in vdev_alloc_common() 1007 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free() 1126 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer() 1127 (void) txg_list_add(&tvd->vdev_dtl_list, vd, t); in vdev_top_transfer() 2441 (void) txg_list_add(&vd->vdev_dtl_list, arg, txg); in vdev_dirty() 3274 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync() 3297 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
|
| D | spa.c | 6850 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t);
|