Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzil.c198 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf, in zil_read_log_block()
277 error = arc_read(NULL, zilog->zl_spa, bp, arc_getbuf_func, &abuf, in zil_read_log_data()
386 return (zio_wait(zio_claim(NULL, zilog->zl_spa, in zil_claim_log_block()
418 zio_free_zil(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_block()
435 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_record()
533 zio_free_zil(zilog->zl_spa, txg, &blk); in zil_create()
537 error = zio_alloc_zil(zilog->zl_spa, txg, &blk, NULL, in zil_create()
610 zio_free_zil(zilog->zl_spa, txg, &lwb->lwb_blk); in zil_destroy()
656 if (spa_get_log_state(zilog->zl_spa) == SPA_LOG_CLEAR) { in zil_claim()
658 zio_free_zil(zilog->zl_spa, first_txg, &zh->zh_log); in zil_claim()
[all …]
H A Dzfs_log.c490 slogging = spa_has_slogs(zilog->zl_spa) && in zfs_log_write()
H A Dzvol.c1064 slogging = spa_has_slogs(zilog->zl_spa) && in zvol_log_write()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb_il.c140 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ? in zil_prt_rec_write()
160 error = zio_wait(zio_read(NULL, zilog->zl_spa, in zil_prt_rec_write()
327 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa)) in print_log_block()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h92 spa_t *zl_spa; /* handle for read/write log */ member