Searched refs:zl_commit_lr_seq (Results 1 – 4 of 4) sorted by relevance
39 __field(uint64_t, zl_commit_lr_seq) \62 __entry->zl_commit_lr_seq = zilog->zl_commit_lr_seq; \93 __entry->zl_lr_seq, __entry->zl_commit_lr_seq, \
199 uint64_t zl_commit_lr_seq; /* last committed on-disk lr seq */ member
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()
1468 zilog->zl_commit_lr_seq = zilog->zl_lr_seq; in zil_lwb_flush_vdevs_done()