Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v5.4/fs/nilfs2/
Dsegbuf.h160 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()
Dsegbuf.c261 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 …]
Dsegment.c1389 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/
Dmethod-tracing.rst37 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/
Dkvm-find-errors.sh45 echo Build-only run, no console logs to check.
62 echo No errors in console logs.
/Linux-v5.4/Documentation/s390/
Ds390dbf.rst14 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.gitignore1 logs
DMakefile6 EXTRA_CLEAN := $(OUTPUT)/logs/*
/Linux-v5.4/tools/testing/selftests/pstore/
D.gitignore1 logs
DMakefile9 EXTRA_CLEAN := logs/* *uuid
Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool.rst70 Print all logs available, even debug-level information. This
71 includes logs from libbpf as well as from the verifier, when
Dbpftool-feature.rst49 print warnings to kernel logs.
77 Print all logs available from libbpf, including debug-level
Dbpftool-perf.rst57 Print all logs available from libbpf, including debug-level
/Linux-v5.4/drivers/media/dvb-core/
DKconfig38 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/
Dat91-wb45n.dtsi114 logs@7fa0000 {
115 label = "logs";
/Linux-v5.4/Documentation/ABI/testing/
Ddebugfs-cros-ec6 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/
DKconfig18 messages being saved to your kernel logs, which may help debug any
/Linux-v5.4/security/tomoyo/
DKconfig38 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/
Dnilfs2.txt183 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/
Ddebugging-modules.txt10 In the past a debugging message which would fill people's logs was
DDMA-attributes.txt140 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/
DKconfig42 firmware logs.
/Linux-v5.4/Documentation/watchdog/
Dwdt.rst24 The third interface logs kernel messages on additional alert events.
/Linux-v5.4/sound/soc/sof/
DKconfig116 bool "SOF verbose IPC logs"
118 This option enables more verbose IPC logs, with command types in

1234