Searched refs:zl_spa (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 198 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 D | zfs_log.c | 490 slogging = spa_has_slogs(zilog->zl_spa) && in zfs_log_write()
|
H A D | zvol.c | 1064 slogging = spa_has_slogs(zilog->zl_spa) && in zvol_log_write()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb_il.c | 140 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 D | zil_impl.h | 92 spa_t *zl_spa; /* handle for read/write log */ member
|