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