Searched refs:zl_spa (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c199 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
278 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
387 return (zio_wait(zio_claim(NULL, zilog->zl_spa,
419 zio_free_zil(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
436 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
555 zio_free_zil(zilog->zl_spa, txg, &blk);
559 error = zio_alloc_zil(zilog->zl_spa, txg, &blk, NULL,
632 zio_free_zil(zilog->zl_spa, txg, &lwb->lwb_blk);
678 if (spa_get_log_state(zilog->zl_spa) == SPA_LOG_CLEAR) {
680 zio_free_zil(zilog->zl_spa, first_tx
[all...]
H A Dzfs_log.c468 slogging = spa_has_slogs(zilog->zl_spa) &&
H A Dzvol.c1070 slogging = spa_has_slogs(zilog->zl_spa) &&
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h93 spa_t *zl_spa; /* handle for read/write log */ member in struct:zilog
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c140 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ?
160 error = zio_wait(zio_read(NULL, zilog->zl_spa,
327 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa))

Completed in 69 milliseconds