Searched defs:logs (Results 1 – 8 of 8) sorted by relevance
32 #define NVIF_LOGS_DECLARE(logs) \ argument35 static inline void nvif_log_shutdown(struct nvif_logs *logs) in nvif_log_shutdown()
12 logs = $(patsubst $(src)/%.c, %.log, $(wildcard $(src)/*-*.c)) macro
34 logs = [] variable
76 logs = "" variable
32 } logs; variable
1442 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()
167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
203 struct nvme_supported_log *logs; in nvmet_execute_get_supported_log_pages() local