Lines Matching refs:logs
270 void nilfs_clear_logs(struct list_head *logs)
274 list_for_each_entry(segbuf, logs, sb_list)
278 void nilfs_truncate_logs(struct list_head *logs,
283 segbuf = list_prepare_entry(last, logs, sb_list);
284 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) {
291 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs)
296 list_for_each_entry(segbuf, logs, sb_list) {
304 int nilfs_wait_on_logs(struct list_head *logs)
309 list_for_each_entry(segbuf, logs, sb_list) {
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)
326 list_for_each_entry(segbuf, logs, sb_list) {