Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c220 uint64_t zd_seq; member
1371 zd->zd_shared->zd_seq = 0; in ztest_zd_init()
2554 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq); in ztest_zil_commit()
2555 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq; in ztest_zil_commit()
6564 uint64_t committed_seq = ZTEST_GET_SHARED_DS(d)->zd_seq; in ztest_dataset_open()