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

/linux-master/fs/xfs/
H A Dxfs_trans.c787 xfs_lsn_t item_lsn; local
798 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);
800 item_lsn = commit_lsn;
802 /* item_lsn of -1 means the item needs no further processing */
803 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0)
817 if (item_lsn != commit_lsn) {
820 * Not a bulk update option due to unusual item_lsn.
827 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0)
828 xfs_trans_ail_update(ailp, lip, item_lsn);

Completed in 130 milliseconds