Lines Matching defs:record_id
447 static int __erst_get_next_record_id(u64 *record_id) in __erst_get_next_record_id()
553 int erst_get_record_id_next(int *pos, u64 *record_id) in erst_get_record_id_next()
673 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage()
716 static int __erst_clear_from_storage(u64 record_id) in __erst_clear_from_storage()
768 static int __erst_read_to_erange_from_nvram(u64 record_id, u64 *offset) in __erst_read_to_erange_from_nvram()
774 static int __erst_clear_from_nvram(u64 record_id) in __erst_clear_from_nvram()
817 static int __erst_read_to_erange(u64 record_id, u64 *offset) in __erst_read_to_erange()
833 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read()
856 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
872 int erst_clear(u64 record_id) in erst_clear()
996 u64 record_id; in erst_reader() local