Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpstore.h32 PSTORE_TYPE_CONSOLE = 2, enumerator
/linux/fs/pstore/
H A Dzone.c710 case PSTORE_TYPE_CONSOLE: in psz_pstore_erase()
890 case PSTORE_TYPE_CONSOLE: in psz_pstore_write()
1085 case PSTORE_TYPE_CONSOLE: in psz_pstore_read()
1251 cxt->cpsz = psz_init_zone(PSTORE_TYPE_CONSOLE, &off, in psz_alloc_zones()
H A Dram.c319 if (record->type == PSTORE_TYPE_CONSOLE) { in ramoops_pstore_write()
423 case PSTORE_TYPE_CONSOLE: in ramoops_pstore_erase()
H A Dplatform.c401 record.type = PSTORE_TYPE_CONSOLE; in pstore_console_write()