Searched refs:logs (Results 1 – 3 of 3) sorted by relevance
/fs/nilfs2/ |
D | segbuf.h | 169 void nilfs_clear_logs(struct list_head *logs); 170 void nilfs_truncate_logs(struct list_head *logs, 172 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs); 173 int nilfs_wait_on_logs(struct list_head *logs); 174 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed); 176 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument 178 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
|
D | segbuf.c | 270 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument 274 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs() 278 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument 283 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs() 284 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs() 291 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument 296 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs() 304 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument 309 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs() 322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument [all …]
|
D | segment.c | 1398 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument 1405 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1424 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs() 1454 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument 1459 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1465 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage() 1749 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs() argument 1755 if (list_empty(logs)) in nilfs_abort_logs() 1758 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_abort_logs() 1793 LIST_HEAD(logs); in nilfs_segctor_abort_construction() [all …]
|