Home
last modified time | relevance | path

Searched defs:logs (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/fs/nilfs2/
Dsegbuf.c270 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs()
278 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs()
291 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs()
304 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs()
322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
Dsegbuf.h167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
Dsegment.c1442 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs()
1498 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage()
1709 static void nilfs_prepare_write_logs(struct list_head *logs, u32 seed) in nilfs_prepare_write_logs()
1816 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs()
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvif/
Dlog.h32 #define NVIF_LOGS_DECLARE(logs) \ argument
35 static inline void nvif_log_shutdown(struct nvif_logs *logs) in nvif_log_shutdown()
/linux-6.14.4/lib/test_fortify/
DMakefile12 logs = $(patsubst $(src)/%.c, %.log, $(wildcard $(src)/*-*.c)) macro
/linux-6.14.4/tools/testing/selftests/devices/error_logs/
Dtest_device_error_logs.py34 logs = [] variable
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dverifier_log.c32 } logs; variable
/linux-6.14.4/drivers/nvme/target/
Dadmin-cmd.c212 struct nvme_supported_log *logs; in nvmet_execute_get_supported_log_pages() local