Home
last modified time | relevance | path

Searched refs:persistent_ram_ecc_string (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dpstore_ram.h68 ssize_t persistent_ram_ecc_string(struct persistent_ram_zone *prz,
/linux-4.4.14/fs/pstore/
Dram.c178 persistent_ram_ecc_string(prz, NULL, 0)); in prz_ok()
232 ecc_notice_size = persistent_ram_ecc_string(prz, NULL, 0); in ramoops_pstore_read()
239 persistent_ram_ecc_string(prz, *buf + size, ecc_notice_size + 1); in ramoops_pstore_read()
Dram_core.c280 ssize_t persistent_ram_ecc_string(struct persistent_ram_zone *prz, in persistent_ram_ecc_string() function