Lines Matching refs:buffer_list
1877 LIST_HEAD(buffer_list); in xlog_recover_reorder_trans()
1906 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1925 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1926 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
1951 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
1962 error = item->ri_ops->commit_pass2(log, buffer_list, in xlog_recover_items_pass2()
1982 struct list_head *buffer_list) in xlog_recover_commit_trans() argument
2014 buffer_list, &ra_list); in xlog_recover_commit_trans()
2032 buffer_list, &ra_list); in xlog_recover_commit_trans()
2238 struct list_head *buffer_list) in xlog_recovery_process_trans() argument
2263 buffer_list); in xlog_recovery_process_trans()
2346 struct list_head *buffer_list) in xlog_recover_process_ophdr() argument
2402 error = xfs_buf_delwri_submit(buffer_list); in xlog_recover_process_ophdr()
2409 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
2428 struct list_head *buffer_list) in xlog_recover_process_data() argument
2451 dp, end, pass, buffer_list); in xlog_recover_process_data()
2865 struct list_head *buffer_list) in xlog_recover_process() argument
2913 buffer_list); in xlog_recover_process()
2978 LIST_HEAD (buffer_list); in xlog_do_recovery_pass()
3167 pass, &buffer_list); in xlog_do_recovery_pass()
3199 &buffer_list); in xlog_do_recovery_pass()
3216 if (!list_empty(&buffer_list)) in xlog_do_recovery_pass()
3217 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_do_recovery_pass()