Searched refs:panic_write (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpstore_zone.h35 * @panic_write:The write operation only used for panic case. It's optional
54 pstore_zone_write_op panic_write; member in struct:pstore_zone_info
/linux-master/drivers/mtd/
H A Dmtdpstore.c22 * status before panic to ensure panic_write not failed.
431 cxt->dev.zone.panic_write = mtdpstore_panic_write;
/linux-master/fs/pstore/
H A Dzone.c221 writeop = is_on_panic() ? info->panic_write : info->write;
882 * Fix case that panic_write prints log which wakes up console backend.
1387 if (cxt->pstore_zone_info->panic_write)
1388 pr_cont(",panic_write");

Completed in 136 milliseconds