Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpstore.h80 extern bool pstore_cannot_block_path(enum kmsg_dump_reason reason);
88 pstore_cannot_block_path(enum kmsg_dump_reason reason) in pstore_cannot_block_path() function
/linux-4.1.27/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);
284 if (pstore_cannot_block_path(reason)) { in pstore_dump()
345 if (pstore_cannot_block_path(reason)) { in pstore_dump()
/linux-4.1.27/drivers/firmware/efi/
Defi-pstore.c255 !pstore_cannot_block_path(reason), in efi_pstore_write()