Searched refs:xfs_buf_delwri_queue (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_dquot_item_recover.c | 172 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_dquot_commit_pass2()
|
H A D | xfs_dquot_item.c | 172 if (!xfs_buf_delwri_queue(bp, buffer_list)) in xfs_qm_dquot_logitem_push()
|
H A D | xfs_buf.h | 324 extern bool xfs_buf_delwri_queue(struct xfs_buf *, struct list_head *);
|
H A D | xfs_inode_item_recover.c | 590 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_commit_pass2()
|
H A D | xfs_buf.c | 1876 xfs_buf_delwri_queue( in xfs_buf_delwri_queue() function 1937 xfs_buf_delwri_queue(bp, buffer_list); in xfs_buf_delwri_queue_here()
|
H A D | xfs_buf_item.c | 605 if (!xfs_buf_delwri_queue(bp, buffer_list)) in xfs_buf_item_push()
|
H A D | xfs_qm.c | 1181 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_reset_dqcounts_all() 1488 xfs_buf_delwri_queue(bp, buffer_list); in xfs_qm_flush_one()
|
H A D | xfs_inode_item.c | 787 if (!xfs_buf_delwri_queue(bp, buffer_list)) in xfs_inode_item_push()
|
H A D | xfs_trace.h | 776 DEFINE_BUF_EVENT(xfs_buf_delwri_queue);
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 608 xfs_buf_delwri_queue(bp, &id->buffer_list); in xfs_ag_init_hdr()
|
H A D | xfs_sb.c | 1424 xfs_buf_delwri_queue(bp, &buffer_list); in xfs_update_secondary_sbs()
|
H A D | xfs_ialloc.c | 417 xfs_buf_delwri_queue(fbuf, buffer_list); in xfs_ialloc_inode_init()
|
H A D | xfs_btree.c | 4808 xfs_buf_delwri_queue(bp, bbcoi->buffer_list); in xfs_btree_block_change_owner()
|