Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dnvram_64.c142 PSTORE_TYPE_DMESG, enumerator
392 if (record->part > 1 || (record->type != PSTORE_TYPE_DMESG)) in nvram_pstore_write()
433 case PSTORE_TYPE_DMESG: in nvram_pstore_read()
435 record->type = PSTORE_TYPE_DMESG; in nvram_pstore_read()
501 if (nvram_type_ids[read_type] == PSTORE_TYPE_DMESG) { in nvram_pstore_read()
/linux/include/linux/
H A Dpstore.h30 PSTORE_TYPE_DMESG = 0, enumerator
/linux/fs/pstore/
H A Dzone.c704 case PSTORE_TYPE_DMESG: in psz_pstore_erase()
876 if (record->type == PSTORE_TYPE_DMESG && in psz_pstore_write()
885 if (is_on_panic() && record->type != PSTORE_TYPE_DMESG) in psz_pstore_write()
889 case PSTORE_TYPE_DMESG: in psz_pstore_write()
1079 case PSTORE_TYPE_DMESG: in psz_pstore_read()
1276 cxt->kpszs = psz_init_zones(PSTORE_TYPE_DMESG, &off, in psz_alloc_zones()
H A Dplatform.c313 record.type = PSTORE_TYPE_DMESG; in pstore_dump()
595 if (record->type != PSTORE_TYPE_DMESG) { in decompress_record()