Lines Matching refs:buffer_list

1872 	LIST_HEAD(buffer_list);  in xlog_recover_reorder_trans()
1901 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1920 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1921 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
1946 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
1957 error = item->ri_ops->commit_pass2(log, buffer_list, in xlog_recover_items_pass2()
1977 struct list_head *buffer_list) in xlog_recover_commit_trans() argument
2009 buffer_list, &ra_list); in xlog_recover_commit_trans()
2027 buffer_list, &ra_list); in xlog_recover_commit_trans()
2233 struct list_head *buffer_list) in xlog_recovery_process_trans() argument
2258 buffer_list); in xlog_recovery_process_trans()
2341 struct list_head *buffer_list) in xlog_recover_process_ophdr() argument
2397 error = xfs_buf_delwri_submit(buffer_list); in xlog_recover_process_ophdr()
2404 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
2423 struct list_head *buffer_list) in xlog_recover_process_data() argument
2446 dp, end, pass, buffer_list); in xlog_recover_process_data()
2853 struct list_head *buffer_list) in xlog_recover_process() argument
2901 buffer_list); in xlog_recover_process()
2966 LIST_HEAD (buffer_list); in xlog_do_recovery_pass()
3155 pass, &buffer_list); in xlog_do_recovery_pass()
3187 &buffer_list); in xlog_do_recovery_pass()
3204 if (!list_empty(&buffer_list)) in xlog_do_recovery_pass()
3205 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_do_recovery_pass()