Lines Matching defs:wapbl_wc_header
83 struct wapbl_wc_header { struct
84 uint32_t wc_type; /* WAPBL_WC_HEADER log magic number */
85 int32_t wc_len; /* length of this journal entry */
86 uint32_t wc_checksum;
87 uint32_t wc_generation;
88 int32_t wc_fsid[2];
89 uint64_t wc_time;
90 uint32_t wc_timensec;
91 uint32_t wc_version;
92 uint32_t wc_log_dev_bshift;
93 uint32_t wc_fs_dev_bshift;
94 int64_t wc_head;
95 int64_t wc_tail;
96 int64_t wc_circ_off; /* offset of circ buffer region */
97 int64_t wc_circ_size; /* size of circular buffer region */
98 uint8_t wc_spare[0]; /* actually longer */