Searched refs:iop_committed (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot_item.c | 304 .iop_committed = xfs_qm_qoffend_logitem_committed,
|
H A D | xfs_trans.c | 717 * 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 D | xfs_trans.h | 74 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t); member
|
H A D | xfs_inode_item.c | 632 .iop_committed = xfs_inode_item_committed,
|
H A D | xfs_buf_item.c | 667 .iop_committed = xfs_buf_item_committed,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.h | 78 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t); member
|
H A D | xfs_trans.c | 749 * 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 D | xfs_buf_item.c | 791 .iop_committed = xfs_buf_item_committed,
|
H A D | xfs_inode_item.c | 819 .iop_committed = xfs_inode_item_committed,
|
Completed in 10 milliseconds