Searched refs:kmsg_bytes (Results 1 – 4 of 4) sorted by relevance
15 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore38 The 'kmsg_bytes' mount option changes the target amount of
9 extern unsigned long kmsg_bytes;
104 unsigned long kmsg_bytes = CONFIG_PSTORE_DEFAULT_KMSG_BYTES; variable108 kmsg_bytes = bytes; in pstore_set_kmsg_bytes()411 while (total < kmsg_bytes) { in pstore_dump()
270 if (kmsg_bytes != CONFIG_PSTORE_DEFAULT_KMSG_BYTES) in pstore_show_options()271 seq_printf(m, ",kmsg_bytes=%lu", kmsg_bytes); in pstore_show_options()