Searched refs:iop_committed (Results 1 – 4 of 4) sorted by relevance
78 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t); member
790 if (lip->li_ops->iop_committed) in xfs_trans_committed_bulk()791 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
749 .iop_committed = xfs_buf_item_committed,
670 .iop_committed = xfs_inode_item_committed,
Completed in 12 milliseconds