Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trans.c847 xfs_lsn_t item_lsn; in xfs_trans_committed_bulk() local
858 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
860 item_lsn = commit_lsn; in xfs_trans_committed_bulk()
863 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) in xfs_trans_committed_bulk()
877 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
887 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0) in xfs_trans_committed_bulk()
888 xfs_trans_ail_update(ailp, lip, item_lsn); in xfs_trans_committed_bulk()