Home
last modified time | relevance | path

Searched refs:PSTORE_TYPE_CONSOLE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Dpstore.h32 PSTORE_TYPE_CONSOLE = 2, enumerator
/linux-5.19.10/fs/pstore/
Dzone.c710 case PSTORE_TYPE_CONSOLE: in psz_pstore_erase()
890 case PSTORE_TYPE_CONSOLE: in psz_pstore_write()
1083 case PSTORE_TYPE_CONSOLE: in psz_pstore_read()
1250 cxt->cpsz = psz_init_zone(PSTORE_TYPE_CONSOLE, &off, in psz_alloc_zones()
Dram.c313 if (record->type == PSTORE_TYPE_CONSOLE) { in ramoops_pstore_write()
417 case PSTORE_TYPE_CONSOLE: in ramoops_pstore_erase()
Dplatform.c498 record.type = PSTORE_TYPE_CONSOLE; in pstore_console_write()