Searched refs:logs (Results 1 – 3 of 3) sorted by relevance
| /fs/nilfs2/ |
| A D | segbuf.h | 160 void nilfs_clear_logs(struct list_head *logs); 161 void nilfs_truncate_logs(struct list_head *logs, 163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs); 164 int nilfs_wait_on_logs(struct list_head *logs); 165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed); 167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument 169 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
|
| A 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 …]
|
| A D | segment.c | 1449 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs() 1503 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage() 1716 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_prepare_write_logs() 1730 nilfs_add_checksums_on_logs(logs, seed); in nilfs_prepare_write_logs() 1822 if (list_empty(logs)) in nilfs_abort_logs() 1862 LIST_HEAD(logs); in nilfs_segctor_abort_construction() 1866 ret = nilfs_wait_on_logs(&logs); in nilfs_segctor_abort_construction() 1867 nilfs_abort_logs(&logs, ret ? : err); in nilfs_segctor_abort_construction() 1870 if (list_empty(&logs)) in nilfs_segctor_abort_construction() 1874 nilfs_free_incomplete_logs(&logs, nilfs); in nilfs_segctor_abort_construction() [all …]
|
Completed in 13 milliseconds