Home
last modified time | relevance | path

Searched refs:iop_committed (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_dquot_item.c243 .iop_committed = xfs_qm_dquot_logitem_committed,
405 .iop_committed = xfs_qm_qoffend_logitem_committed,
419 .iop_committed = xfs_qm_qoff_logitem_committed,
Dxfs_extfree_item.c188 .iop_committed = xfs_efi_item_committed,
453 .iop_committed = xfs_efd_item_committed,
Dxfs_icreate_item.c143 .iop_committed = xfs_icreate_item_committed,
Dxfs_trans.h72 xfs_lsn_t (*iop_committed)(xfs_log_item_t *, xfs_lsn_t); member
Dxfs_inode_item.c549 .iop_committed = xfs_inode_item_committed,
Dxfs_buf_item.c707 .iop_committed = xfs_buf_item_committed,
Dxfs_trans.c824 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()