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