Searched defs:pstore_record (Results 1 – 1 of 1) sorted by relevance
71 struct pstore_record { struct72 struct pstore_info *psi;73 enum pstore_type_id type;74 u64 id;75 struct timespec64 time;76 char *buf;77 ssize_t size;78 ssize_t ecc_notice_size;80 int count;81 enum kmsg_dump_reason reason;[all …]