Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpstore_ram.h117 ssize_t persistent_ram_ecc_string(struct persistent_ram_zone *prz,
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dram.c188 persistent_ram_ecc_string(prz, NULL, 0)); in prz_ok()
322 record->ecc_notice_size = persistent_ram_ecc_string(prz, NULL, 0); in ramoops_pstore_read()
333 persistent_ram_ecc_string(prz, record->buf + size, in ramoops_pstore_read()
H A Dram_core.c256 ssize_t persistent_ram_ecc_string(struct persistent_ram_zone *prz, in persistent_ram_ecc_string() function