Searched refs:lwb_zio (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h46 zio_t *lwb_zio; /* zio for this buffer */ member in struct:lwb
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c439 lwb->lwb_zio = NULL;
833 if (lwb->lwb_zio == NULL) {
834 lwb->lwb_zio = zio_rewrite(zilog->zl_root_zio, zilog->zl_spa,
955 zio_shrink(lwb->lwb_zio, wsz);
970 zio_nowait(lwb->lwb_zio); /* Kick off the write for the old log block */
1041 itx->itx_private, lrw, dbuf, lwb->lwb_zio);
1437 if (lwb != NULL && lwb->lwb_zio != NULL)

Completed in 94 milliseconds