/Linux-v5.4/fs/nilfs2/ |
D | segbuf.h | 160 void nilfs_clear_logs(struct list_head *logs); 161 void nilfs_truncate_logs(struct list_head *logs, 163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs); 164 int nilfs_wait_on_logs(struct list_head *logs); 165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed); 167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument 169 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
|
D | segbuf.c | 261 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument 265 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs() 269 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument 274 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs() 275 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs() 282 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument 287 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs() 295 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument 300 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs() 313 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument [all …]
|
D | segment.c | 1389 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument 1396 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1415 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs() 1445 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument 1450 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1456 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage() 1740 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs() argument 1746 if (list_empty(logs)) in nilfs_abort_logs() 1749 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_abort_logs() 1784 LIST_HEAD(logs); in nilfs_segctor_abort_construction() [all …]
|
/Linux-v5.4/Documentation/firmware-guide/acpi/ |
D | method-tracing.rst | 37 logs when the control method evaluation is started, and disable the 43 a. Filter out the debug layer/level matched logs when control methods 51 b. Filter out the debug layer/level matched logs when the specified 60 c. Filter out the debug layer/level matched logs when the specified 102 that, as the "AML tracer" logs are implemented via ACPI_DEBUG_PRINT() 104 "AML tracer" logs. 109 a. Filter out the method start/stop "AML tracer" logs when control 126 c. Filter out the method start/stop "AML tracer" logs when the specified 176 used to match all "AML tracer" logs. 182 debug_level used to match all "AML tracer" logs.
|
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
D | kvm-find-errors.sh | 45 echo Build-only run, no console logs to check. 62 echo No errors in console logs.
|
/Linux-v5.4/Documentation/s390/ |
D | s390dbf.rst | 14 One purpose of this is to inspect the debug logs after a production system crash 18 it is possible to look at the debug logs on a live system via the Linux 60 The debug logs can be inspected in a live system through entries in 74 All debug logs have an actual debug level (range from 0 to 6). 198 Views to the debug logs can be investigated through reading the corresponding 274 ``s390dbf`` to display all the debug logs or export them to the file system. 276 to investigate the debug logs on a live system and with a memory dump after 281 One last possibility to investigate the debug logs at a live 284 It is possible to find the anchor of the debug-logs through 289 a global variable with the pointer to the debug-logs. Following [all …]
|
/Linux-v5.4/tools/testing/selftests/ftrace/ |
D | .gitignore | 1 logs
|
D | Makefile | 6 EXTRA_CLEAN := $(OUTPUT)/logs/*
|
/Linux-v5.4/tools/testing/selftests/pstore/ |
D | .gitignore | 1 logs
|
D | Makefile | 9 EXTRA_CLEAN := logs/* *uuid
|
D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 70 Print all logs available, even debug-level information. This 71 includes logs from libbpf as well as from the verifier, when
|
D | bpftool-feature.rst | 49 print warnings to kernel logs. 77 Print all logs available from libbpf, including debug-level
|
D | bpftool-perf.rst | 57 Print all logs available from libbpf, including debug-level
|
/Linux-v5.4/drivers/media/dvb-core/ |
D | Kconfig | 38 Should not be enabled on normal cases, as logs can 50 Should not be enabled on normal cases, as logs can
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | at91-wb45n.dtsi | 114 logs@7fa0000 { 115 label = "logs";
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log 8 write it out to some logs.
|
/Linux-v5.4/drivers/net/wireless/zydas/zd1211rw/ |
D | Kconfig | 18 messages being saved to your kernel logs, which may help debug any
|
/Linux-v5.4/security/tomoyo/ |
D | Kconfig | 38 audit logs that the kernel can hold on memory. 40 If you don't need audit logs, you may set this value to 0.
|
/Linux-v5.4/Documentation/filesystems/ |
D | nilfs2.txt | 183 of logs. Each log is composed of summary information blocks, payload 223 The logs include regular files, directory files, symbolic link files 235 The following figure shows a typical organization of the logs: 243 into multiple logs. The sequence of logs that should be treated as
|
/Linux-v5.4/Documentation/ |
D | debugging-modules.txt | 10 In the past a debugging message which would fill people's logs was
|
D | DMA-attributes.txt | 140 to the system logs. Although this can help to identify and debug problems, 142 and can actually flood the system logs with error messages that aren't any 146 where allocation failures are not a problem, and shouldn't bother the logs.
|
/Linux-v5.4/drivers/soc/fsl/ |
D | Kconfig | 42 firmware logs.
|
/Linux-v5.4/Documentation/watchdog/ |
D | wdt.rst | 24 The third interface logs kernel messages on additional alert events.
|
/Linux-v5.4/sound/soc/sof/ |
D | Kconfig | 116 bool "SOF verbose IPC logs" 118 This option enables more verbose IPC logs, with command types in
|