Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c356 ztest_shared_ds_t *zd_shared; member
1701 zd->zd_shared = szd; in ztest_zd_init()
1705 if (zd->zd_shared != NULL) in ztest_zd_init()
1706 zd->zd_shared->zd_seq = 0; in ztest_zd_init()
2877 ASSERT3P(zd->zd_shared, !=, NULL); in ztest_zil_commit()
2878 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq); in ztest_zil_commit()
2879 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq; in ztest_zil_commit()