Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c308 zilog_t *zd_zilog; member
1366 zd->zd_zilog = dmu_objset_zil(os); in ztest_zd_init()
1553 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_create()
1560 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_create()
1570 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_remove()
1578 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_remove()
1587 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_write()
1610 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_write()
1618 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_truncate()
1626 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_truncate()
[all …]