Lines Matching defs:record_id
467 static int __erst_get_next_record_id(u64 *record_id) in __erst_get_next_record_id()
567 int erst_get_record_id_next(int *pos, u64 *record_id) in erst_get_record_id_next()
689 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage()
734 static int __erst_clear_from_storage(u64 record_id) in __erst_clear_from_storage()
788 static int __erst_read_to_erange_from_nvram(u64 record_id, u64 *offset) in __erst_read_to_erange_from_nvram()
794 static int __erst_clear_from_nvram(u64 record_id) in __erst_clear_from_nvram()
837 static int __erst_read_to_erange(u64 record_id, u64 *offset) in __erst_read_to_erange()
853 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read()
876 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
892 static void erst_clear_cache(u64 record_id) in erst_clear_cache()
909 ssize_t erst_read_record(u64 record_id, struct cper_record_header *record, in erst_read_record()
960 int erst_clear(u64 record_id) in erst_clear()
1073 u64 record_id; in erst_reader() local