Home
last modified time | relevance | path

Searched refs:iop_committed (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot_item.c304 .iop_committed = xfs_qm_qoffend_logitem_committed,
H A Dxfs_trans.c717 * checkpoint have already gone through iop_committed and iop_committing, which
720 * this case all we need to do is iop_committed processing, followed by an
760 if (lip->li_ops->iop_committed) in xfs_trans_committed_bulk()
761 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
H A Dxfs_trans.h74 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t); member
H A Dxfs_inode_item.c632 .iop_committed = xfs_inode_item_committed,
H A Dxfs_buf_item.c667 .iop_committed = xfs_buf_item_committed,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.h78 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t); member
H A Dxfs_trans.c749 * checkpoint have already gone through iop_committed and iop_committing, which
752 * this case all we need to do is iop_committed processing, followed by an
792 if (lip->li_ops->iop_committed) in xfs_trans_committed_bulk()
793 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
H A Dxfs_buf_item.c791 .iop_committed = xfs_buf_item_committed,
H A Dxfs_inode_item.c819 .iop_committed = xfs_inode_item_committed,

Completed in 10 milliseconds