Home
last modified time | relevance | path

Searched refs:pstore_cannot_block_path (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/pstore/
Dplatform.c111 bool pstore_cannot_block_path(enum kmsg_dump_reason reason) in pstore_cannot_block_path() function
130 EXPORT_SYMBOL_GPL(pstore_cannot_block_path);
292 if (pstore_cannot_block_path(reason)) { in pstore_dump()
353 if (pstore_cannot_block_path(reason)) { in pstore_dump()
/linux-4.4.14/include/linux/
Dpstore.h80 extern bool pstore_cannot_block_path(enum kmsg_dump_reason reason);
/linux-4.4.14/drivers/firmware/efi/
Defi-pstore.c255 !pstore_cannot_block_path(reason), in efi_pstore_write()