Lines Matching refs:buffer_list
1503 LIST_HEAD(buffer_list); in xlog_recover_reorder_trans()
1513 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1526 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1554 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1555 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
2314 struct list_head *buffer_list, in xlog_recover_buffer_pass2() argument
2415 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_buffer_pass2()
2458 struct list_head *buffer_list) in xfs_recover_inode_owner_change() argument
2481 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2489 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2502 struct list_head *buffer_list, in xlog_recover_inode_pass2() argument
2775 buffer_list); in xlog_recover_inode_pass2()
2781 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_pass2()
2824 struct list_head *buffer_list, in xlog_recover_dquot_pass2() argument
2917 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_dquot_pass2()
3028 struct list_head *buffer_list, in xlog_recover_do_icreate_pass2() argument
3099 xfs_ialloc_inode_init(mp, NULL, buffer_list, agno, agbno, length, in xlog_recover_do_icreate_pass2()
3241 struct list_head *buffer_list, in xlog_recover_commit_pass2() argument
3248 return xlog_recover_buffer_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3251 return xlog_recover_inode_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3258 return xlog_recover_dquot_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3261 return xlog_recover_do_icreate_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
3277 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
3285 buffer_list, item); in xlog_recover_items_pass2()
3310 LIST_HEAD (buffer_list); in xlog_recover_commit_trans()
3333 &buffer_list, &ra_list); in xlog_recover_commit_trans()
3351 &buffer_list, &ra_list); in xlog_recover_commit_trans()
3358 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_recover_commit_trans()