Lines Matching refs:buffer_list
1649 LIST_HEAD(buffer_list); in xlog_recover_reorder_trans()
1669 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1689 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1690 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
2420 struct list_head *buffer_list, in xlog_recover_buffer_pass2() argument
2491 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_buffer_pass2()
2501 struct list_head *buffer_list, in xlog_recover_inode_pass2() argument
2760 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_pass2()
2801 struct list_head *buffer_list, in xlog_recover_dquot_pass2() argument
2885 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_dquot_pass2()
3040 struct list_head *buffer_list, in xlog_recover_commit_pass2() argument
3047 return xlog_recover_buffer_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
3049 return xlog_recover_inode_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
3055 return xlog_recover_dquot_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
3081 LIST_HEAD (buffer_list); in xlog_recover_commit_trans()
3096 &buffer_list, item); in xlog_recover_commit_trans()
3109 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_recover_commit_trans()