Home
last modified time | relevance | path

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

/linux-6.15/fs/pstore/
H A Dinode.c238 unsigned int kmsg_bytes; member
254 ctx->kmsg_bytes = result.uint_32; in pstore_parse_param()
268 if (kmsg_bytes != CONFIG_PSTORE_DEFAULT_KMSG_BYTES) in pstore_show_options()
269 seq_printf(m, ",kmsg_bytes=%u", kmsg_bytes); in pstore_show_options()
278 pstore_set_kmsg_bytes(ctx->kmsg_bytes); in pstore_reconfigure()
423 pstore_set_kmsg_bytes(ctx->kmsg_bytes); in pstore_fill_super()
489 ctx->kmsg_bytes = kmsg_bytes; in pstore_init_fs_context()
H A Dplatform.c95 unsigned int kmsg_bytes = CONFIG_PSTORE_DEFAULT_KMSG_BYTES; variable
96 module_param(kmsg_bytes, uint, 0444);
97 MODULE_PARM_DESC(kmsg_bytes, "amount of kernel log to snapshot (in bytes)");
112 WRITE_ONCE(kmsg_bytes, bytes); in pstore_set_kmsg_bytes()
281 unsigned int remaining = READ_ONCE(kmsg_bytes); in pstore_dump()
H A Dinternal.h9 extern unsigned int kmsg_bytes;
/linux-6.15/Documentation/ABI/testing/
H A Dpstore15 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore
38 The 'kmsg_bytes' mount option changes the target amount of