Lines Matching refs:zilog
2290 zilog_t *zilog = zd->zd_zilog; in ztest_zil_commit() local
2294 zil_commit(zilog, ztest_random(ZTEST_OBJECTS)); in ztest_zil_commit()
2301 mutex_enter(&zilog->zl_lock); in ztest_zil_commit()
2303 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq); in ztest_zil_commit()
2304 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq; in ztest_zil_commit()
2305 mutex_exit(&zilog->zl_lock); in ztest_zil_commit()
3271 zilog_t *zilog; in ztest_dmu_objset_create_destroy() local
3325 zilog = zil_open(os, ztest_get_data); in ztest_dmu_objset_create_destroy()
3356 zil_close(zilog); in ztest_dmu_objset_create_destroy()
5575 zilog_t *zilog; in ztest_dataset_open() local
5596 zilog = zd->zd_zilog; in ztest_dataset_open()
5598 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
5599 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
5601 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
5612 (u_longlong_t)zilog->zl_parse_blk_count, in ztest_dataset_open()
5613 (u_longlong_t)zilog->zl_parse_lr_count, in ztest_dataset_open()
5614 (u_longlong_t)zilog->zl_replaying_seq); in ztest_dataset_open()
5616 zilog = zil_open(os, ztest_get_data); in ztest_dataset_open()
5618 if (zilog->zl_replaying_seq != 0 && in ztest_dataset_open()
5619 zilog->zl_replaying_seq < committed_seq) in ztest_dataset_open()
5621 zilog->zl_replaying_seq, committed_seq); in ztest_dataset_open()