Lines Matching refs:buffer_list
1854 LIST_HEAD(buffer_list); in xlog_recover_reorder_trans()
1864 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1877 list_move_tail(&item->ri_list, &buffer_list); in xlog_recover_reorder_trans()
1911 if (!list_empty(&buffer_list)) in xlog_recover_reorder_trans()
1912 list_splice(&buffer_list, &trans->r_itemq); in xlog_recover_reorder_trans()
2722 struct list_head *buffer_list, in xlog_recover_buffer_pass2() argument
2823 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_buffer_pass2()
2866 struct list_head *buffer_list) in xfs_recover_inode_owner_change() argument
2893 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2901 ip->i_ino, buffer_list); in xfs_recover_inode_owner_change()
2914 struct list_head *buffer_list, in xlog_recover_inode_pass2() argument
3179 buffer_list); in xlog_recover_inode_pass2()
3185 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_pass2()
3228 struct list_head *buffer_list, in xlog_recover_dquot_pass2() argument
3324 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_dquot_pass2()
3767 struct list_head *buffer_list, in xlog_recover_do_icreate_pass2() argument
3876 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno, in xlog_recover_do_icreate_pass2()
4029 struct list_head *buffer_list, in xlog_recover_commit_pass2() argument
4036 return xlog_recover_buffer_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
4039 return xlog_recover_inode_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
4058 return xlog_recover_dquot_pass2(log, buffer_list, item, in xlog_recover_commit_pass2()
4061 return xlog_recover_do_icreate_pass2(log, buffer_list, item); in xlog_recover_commit_pass2()
4077 struct list_head *buffer_list, in xlog_recover_items_pass2() argument
4085 buffer_list, item); in xlog_recover_items_pass2()
4104 struct list_head *buffer_list) in xlog_recover_commit_trans() argument
4132 buffer_list, &ra_list); in xlog_recover_commit_trans()
4150 buffer_list, &ra_list); in xlog_recover_commit_trans()
4343 struct list_head *buffer_list) in xlog_recovery_process_trans() argument
4368 buffer_list); in xlog_recovery_process_trans()
4451 struct list_head *buffer_list) in xlog_recover_process_ophdr() argument
4507 error = xfs_buf_delwri_submit(buffer_list); in xlog_recover_process_ophdr()
4514 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
4533 struct list_head *buffer_list) in xlog_recover_process_data() argument
4556 dp, end, pass, buffer_list); in xlog_recover_process_data()
5136 struct list_head *buffer_list) in xlog_recover_process() argument
5182 buffer_list); in xlog_recover_process()
5248 LIST_HEAD (buffer_list); in xlog_do_recovery_pass()
5444 pass, &buffer_list); in xlog_do_recovery_pass()
5476 &buffer_list); in xlog_do_recovery_pass()
5493 if (!list_empty(&buffer_list)) in xlog_do_recovery_pass()
5494 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_do_recovery_pass()