Lines Matching refs:zgd
1489 dmu_sync_late_arrival(zio_t *pio, objset_t *os, dmu_sync_cb_t *done, zgd_t *zgd, in dmu_sync_late_arrival() argument
1496 dmu_tx_hold_space(tx, zgd->zgd_db->db_size); in dmu_sync_late_arrival()
1506 dsa->dsa_zgd = zgd; in dmu_sync_late_arrival()
1509 zio_nowait(zio_write(pio, os->os_spa, dmu_tx_get_txg(tx), zgd->zgd_bp, in dmu_sync_late_arrival()
1510 zgd->zgd_db->db_data, zgd->zgd_db->db_size, zp, in dmu_sync_late_arrival()
1543 dmu_sync(zio_t *pio, uint64_t txg, dmu_sync_cb_t *done, zgd_t *zgd) in dmu_sync() argument
1545 blkptr_t *bp = zgd->zgd_bp; in dmu_sync()
1546 dmu_buf_impl_t *db = (dmu_buf_impl_t *)zgd->zgd_db; in dmu_sync()
1570 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb)); in dmu_sync()
1594 return (dmu_sync_late_arrival(pio, os, done, zgd, &zp, &zb)); in dmu_sync()
1659 dsa->dsa_zgd = zgd; in dmu_sync()