Lines Matching full:logs
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()
318 * nilfs_add_checksums_on_logs - add checksums on the logs
319 * @logs: list of segment buffers storing target logs
322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument
326 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_add_checksums_on_logs()