Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dpstore14 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore
37 The 'kmsg_bytes' mount option changes the target amount of
/kernel/linux/linux-5.10/fs/pstore/
Dinternal.h10 extern unsigned long kmsg_bytes;
Dplatform.c109 unsigned long kmsg_bytes = PSTORE_DEFAULT_KMSG_BYTES; variable
113 kmsg_bytes = bytes; in pstore_set_kmsg_bytes()
520 while (total < kmsg_bytes) { in pstore_dump()
Dinode.c269 if (kmsg_bytes != PSTORE_DEFAULT_KMSG_BYTES) in pstore_show_options()
270 seq_printf(m, ",kmsg_bytes=%lu", kmsg_bytes); in pstore_show_options()