Searched defs:wapbl_wc_header (Results 1 – 1 of 1) sorted by relevance
83 struct wapbl_wc_header { struct84 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;[all …]