Searched refs:item_lsn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.c | 750 xfs_lsn_t item_lsn; in xfs_trans_committed_bulk() local 761 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk() 763 item_lsn = commit_lsn; in xfs_trans_committed_bulk() 765 /* item_lsn of -1 means the item needs no further processing */ in xfs_trans_committed_bulk() 766 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) in xfs_trans_committed_bulk() 780 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk() 783 * Not a bulk update option due to unusual item_lsn. in xfs_trans_committed_bulk() 790 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0) in xfs_trans_committed_bulk() 791 xfs_trans_ail_update(ailp, lip, item_lsn); in xfs_trans_committed_bulk()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.c | 782 xfs_lsn_t item_lsn; in xfs_trans_committed_bulk() local 793 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk() 795 item_lsn = commit_lsn; in xfs_trans_committed_bulk() 797 /* item_lsn of -1 means the item needs no further processing */ in xfs_trans_committed_bulk() 798 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) in xfs_trans_committed_bulk() 812 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk() 815 * Not a bulk update option due to unusual item_lsn. in xfs_trans_committed_bulk() 822 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0) in xfs_trans_committed_bulk() 823 xfs_trans_ail_update(ailp, lip, item_lsn); in xfs_trans_committed_bulk()
|
Completed in 3 milliseconds