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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c192 error = dsl_read_nolock(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
268 error = arc_read_nolock(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf,
376 return (zio_wait(zio_claim(NULL, zilog->zl_spa,
408 zio_free_zil(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
424 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
491 zio_free_zil(zilog->zl_spa, txg, &blk);
495 error = zio_alloc_zil(zilog->zl_spa, txg, &blk, NULL,
568 zio_free_zil(zilog->zl_spa, txg, &lwb->lwb_blk);
599 if (spa_get_log_state(zilog->zl_spa) == SPA_LOG_CLEAR) {
601 zio_free_zil(zilog->zl_spa, first_tx
[all...]
H A Dzfs_log.c468 slogging = spa_has_slogs(zilog->zl_spa) &&
H A Dzvol.c986 slogging = spa_has_slogs(zilog->zl_spa) &&
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h91 spa_t *zl_spa; /* handle for read/write log */ member in struct:zilog
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb_il.c135 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ?
157 error = zio_wait(zio_read(NULL, zilog->zl_spa,
323 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa))

Completed in 153 milliseconds