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()
891 case PSTORE_TYPE_CONSOLE: in psz_pstore_write()
1086 case PSTORE_TYPE_CONSOLE: in psz_pstore_read()
1257 cxt->cpsz = psz_init_zone(PSTORE_TYPE_CONSOLE, &off, in psz_alloc_zones()
H A Dram.c318 if (record->type == PSTORE_TYPE_CONSOLE) { in ramoops_pstore_write()
422 case PSTORE_TYPE_CONSOLE: in ramoops_pstore_erase()
H A Dplatform.c402 record.type = PSTORE_TYPE_CONSOLE; in pstore_console_write()