Searched refs:dr_zio (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_disk.c | 67 zio_t *dr_zio; /* Parent ZIO */ member 399 zio_t *zio = dr->dr_zio; in vdev_disk_dio_put() 561 dr->dr_zio = zio; in __vdev_disk_physio()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dbuf.c | 3999 zio_t *zio = dr->dr_zio; in dbuf_sync_indirect() 4167 pio = dr->dr_parent->dr_zio; in dbuf_sync_lightweight() 4183 dr->dr_zio = zio_write(pio, dmu_objset_spa(dn->dn_objset), in dbuf_sync_lightweight() 4191 zio_nowait(dr->dr_zio); in dbuf_sync_lightweight() 4318 zio_nowait(dr->dr_zio); in dbuf_sync_leaf() 4328 if (dr->dr_zio != NULL) { in dbuf_sync_list() 4818 pio = parent->db_data_pending->dr_zio; in dbuf_write() 4861 dr->dr_zio = zio_write(pio, os->os_spa, txg, &dr->dr_bp_copy, in dbuf_write() 4868 zio_write_override(dr->dr_zio, &dr->dt.dl.dr_overridden_by, in dbuf_write() 4874 dr->dr_zio = zio_write(pio, os->os_spa, txg, in dbuf_write() [all …]
|
| H A D | dmu_objset.c | 1512 dn->dn_zio = dn->dn_dbuf->db_data_pending->dr_zio; in dmu_objset_sync_dnodes() 1721 zio_nowait(dr->dr_zio); in dmu_objset_sync()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dbuf.h | 125 zio_t *dr_zio; member
|