Lines Matching defs:record_id
440 static int __erst_get_next_record_id(u64 *record_id) in __erst_get_next_record_id()
540 int erst_get_record_id_next(int *pos, u64 *record_id) in erst_get_record_id_next()
660 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage()
703 static int __erst_clear_from_storage(u64 record_id) in __erst_clear_from_storage()
755 static int __erst_read_to_erange_from_nvram(u64 record_id, u64 *offset) in __erst_read_to_erange_from_nvram()
761 static int __erst_clear_from_nvram(u64 record_id) in __erst_clear_from_nvram()
804 static int __erst_read_to_erange(u64 record_id, u64 *offset) in __erst_read_to_erange()
820 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read()
843 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
859 int erst_clear(u64 record_id) in erst_clear()
976 u64 record_id; in erst_reader() local