item_lsn          847 fs/xfs/xfs_trans.c 		xfs_lsn_t		item_lsn;
item_lsn          858 fs/xfs/xfs_trans.c 			item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);
item_lsn          860 fs/xfs/xfs_trans.c 			item_lsn = commit_lsn;
item_lsn          863 fs/xfs/xfs_trans.c 		if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0)
item_lsn          877 fs/xfs/xfs_trans.c 		if (item_lsn != commit_lsn) {
item_lsn          887 fs/xfs/xfs_trans.c 			if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0)
item_lsn          888 fs/xfs/xfs_trans.c 				xfs_trans_ail_update(ailp, lip, item_lsn);