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()
2323 struct list_head *buffer_list, in xlog_recover_buffer_pass2() argument
2424 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_buffer_pass2()
2467 struct list_head *buffer_list) in xfs_recover_inode_owner_change() argument
2490 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2498 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2511 struct list_head *buffer_list, in xlog_recover_inode_pass2() argument
2784 buffer_list); in xlog_recover_inode_pass2()
2790 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_pass2()
2833 struct list_head *buffer_list, in xlog_recover_dquot_pass2() argument
2926 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_dquot_pass2()
3040 struct list_head *buffer_list, in xlog_recover_do_icreate_pass2() argument
3150 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno, in xlog_recover_do_icreate_pass2()
3291 struct list_head *buffer_list, in xlog_recover_commit_pass2() argument
3298 return xlog_recover_buffer_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3301 return xlog_recover_inode_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3308 return xlog_recover_dquot_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
3311 return xlog_recover_do_icreate_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
3327 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
3335 buffer_list, item); in xlog_recover_items_pass2()
3360 LIST_HEAD (buffer_list); in xlog_recover_commit_trans()
3383 &buffer_list, &ra_list); in xlog_recover_commit_trans()
3401 &buffer_list, &ra_list); in xlog_recover_commit_trans()
3408 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_recover_commit_trans()