Lines Matching refs:zd_zilog
280 zilog_t *zd_zilog; member
1183 zd->zd_zilog = dmu_objset_zil(os); in ztest_zd_init()
1320 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_create()
1327 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_create()
1337 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_remove()
1345 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_remove()
1354 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_write()
1378 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_write()
1386 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_truncate()
1394 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_truncate()
1402 if (zil_replaying(zd->zd_zilog, tx)) in ztest_log_setattr()
1410 zil_itx_assign(zd->zd_zilog, itx, tx); in ztest_log_setattr()
1473 ASSERT(zd->zd_zilog->zl_replay); in ztest_replay_create()
1644 if (zd->zd_zilog->zl_replay) { in ztest_replay_write()
1746 if (zd->zd_zilog->zl_replay) { in ztest_replay_setattr()
1867 zgd->zgd_zilog = zd->zd_zilog; in ztest_get_data()
2290 zilog_t *zilog = zd->zd_zilog; in ztest_zil_commit()
2330 zil_close(zd->zd_zilog); in ztest_zil_remount()
2333 VERIFY(zil_open(os, ztest_get_data) == zd->zd_zilog); in ztest_zil_remount()
5538 zilog = zd->zd_zilog; in ztest_dataset_open()
5573 zil_close(zd->zd_zilog); in ztest_dataset_close()
5779 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()
5781 zil_commit(zd->zd_zilog, 0); in ztest_freeze()
5823 zil_commit(zd->zd_zilog, 0); in ztest_freeze()