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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h48 zio_t *lwb_zio; /* zio for this buffer */ member in struct:lwb
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c451 lwb->lwb_zio = NULL;
910 if (lwb->lwb_zio == NULL) {
911 lwb->lwb_zio = zio_rewrite(zilog->zl_root_zio, zilog->zl_spa,
1033 zio_shrink(lwb->lwb_zio, wsz);
1048 zio_nowait(lwb->lwb_zio); /* Kick off the write for the old log block */
1119 itx->itx_private, lrw, dbuf, lwb->lwb_zio);
1546 if (lwb != NULL && lwb->lwb_zio != NULL)

Completed in 62 milliseconds