Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ztest/
H A Dztest.c194 uint64_t zd_seq; member
1185 zd->zd_shared->zd_seq = 0; in ztest_zd_init()
2300 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq); in ztest_zil_commit()
2301 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq; in ztest_zil_commit()
5512 uint64_t committed_seq = ZTEST_GET_SHARED_DS(d)->zd_seq; in ztest_dataset_open()