Searched refs:iop_push (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot_item.c203 .iop_push = xfs_qm_dquot_logitem_push,
H A Dxfs_trans.h79 uint (*iop_push)(struct xfs_log_item *, struct list_head *); member in struct:xfs_item_ops
112 * Return values for the iop_push() routines.
H A Dxfs_trans_ail.c410 if (!lip->li_ops->iop_push)
414 return lip->li_ops->iop_push(lip, &ailp->ail_buf_list);
482 * Note that iop_push may unlock and reacquire the AIL lock. We
H A Dxfs_buf_item.c792 .iop_push = xfs_buf_item_push,
H A Dxfs_inode_item.c822 .iop_push = xfs_inode_item_push,

Completed in 155 milliseconds