Searched defs:logs (Results 1 – 4 of 4) sorted by relevance
274 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs()282 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs()295 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs()308 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs()326 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
179 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
1322 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs()1376 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage()1665 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs()
272 #define logs(f) do { \ macro