Lines Matching refs:buffer_list
1852 LIST_HEAD(buffer_list); in xlog_recover_reorder_trans()
1881 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1900 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1901 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
1926 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
1937 error = item->ri_ops->commit_pass2(log, buffer_list, in xlog_recover_items_pass2()
1957 struct list_head *buffer_list) in xlog_recover_commit_trans() argument
1989 buffer_list, &ra_list); in xlog_recover_commit_trans()
2007 buffer_list, &ra_list); in xlog_recover_commit_trans()
2211 struct list_head *buffer_list) in xlog_recovery_process_trans() argument
2236 buffer_list); in xlog_recovery_process_trans()
2319 struct list_head *buffer_list) in xlog_recover_process_ophdr() argument
2375 error = xfs_buf_delwri_submit(buffer_list); in xlog_recover_process_ophdr()
2382 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
2401 struct list_head *buffer_list) in xlog_recover_process_data() argument
2424 dp, end, pass, buffer_list); in xlog_recover_process_data()
2829 struct list_head *buffer_list) in xlog_recover_process() argument
2877 buffer_list); in xlog_recover_process()
2942 LIST_HEAD (buffer_list); in xlog_do_recovery_pass()
3131 pass, &buffer_list); in xlog_do_recovery_pass()
3163 &buffer_list); in xlog_do_recovery_pass()
3180 if (!list_empty(&buffer_list)) in xlog_do_recovery_pass()
3181 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_do_recovery_pass()