Searched refs:iop_push (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot_item.c | 203 .iop_push = xfs_qm_dquot_logitem_push, 305 .iop_push = xfs_qm_qoff_logitem_push, 312 .iop_push = xfs_qm_qoff_logitem_push,
|
H A D | xfs_trans.h | 71 uint (*iop_push)(struct xfs_log_item *, struct list_head *); member 95 lip->li_ops->iop_push == NULL; in xlog_item_is_intent_done() 108 * Return values for the iop_push() routines.
|
H A D | xfs_trans_ail.c | 409 if (!lip->li_ops->iop_push) in xfsaild_push_item() 413 return lip->li_ops->iop_push(lip, &ailp->ail_buf_list); in xfsaild_push_item() 463 * Note that iop_push may unlock and reacquire the AIL lock. We in xfsaild_push()
|
H A D | xfs_inode_item.c | 633 .iop_push = xfs_inode_item_push,
|
H A D | xfs_buf_item.c | 668 .iop_push = xfs_buf_item_push,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot_item.c | 203 .iop_push = xfs_qm_dquot_logitem_push,
|
H A D | xfs_trans_ail.c | 410 if (!lip->li_ops->iop_push) in xfsaild_push_item() 414 return lip->li_ops->iop_push(lip, &ailp->ail_buf_list); in xfsaild_push_item() 482 * Note that iop_push may unlock and reacquire the AIL lock. We in xfsaild_push()
|
H A D | xfs_trans.h | 79 uint (*iop_push)(struct xfs_log_item *, struct list_head *); member 116 * Return values for the iop_push() routines.
|
H A D | xfs_buf_item.c | 792 .iop_push = xfs_buf_item_push,
|
H A D | xfs_inode_item.c | 820 .iop_push = xfs_inode_item_push,
|
Completed in 12 milliseconds