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