Home
last modified time | relevance | path

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

/linux-3.3/fs/nilfs2/
Dsegbuf.c274 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()
Dsegbuf.h179 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs()
Dsegment.c1322 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()
/linux-3.3/drivers/media/video/tlg2300/
Dpd-common.h272 #define logs(f) do { \ macro