Lines Matching defs:record_id
449 static int __erst_get_next_record_id(u64 *record_id) in __erst_get_next_record_id()
556 int erst_get_record_id_next(int *pos, u64 *record_id) in erst_get_record_id_next()
676 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage()
719 static int __erst_clear_from_storage(u64 record_id) in __erst_clear_from_storage()
772 static int __erst_read_to_erange_from_nvram(u64 record_id, u64 *offset) in __erst_read_to_erange_from_nvram()
778 static int __erst_clear_from_nvram(u64 record_id) in __erst_clear_from_nvram()
821 static int __erst_read_to_erange(u64 record_id, u64 *offset) in __erst_read_to_erange()
837 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read()
860 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
876 int erst_clear(u64 record_id) in erst_clear()
996 u64 record_id; in erst_reader() local