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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans.c1337 xfs_lsn_t item_lsn; local
1342 item_lsn = IOP_COMMITTED(lip, commit_lsn);
1345 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0)
1360 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0) {
1362 * This will set the item's lsn to item_lsn and update the
1367 xfs_trans_ail_update(ailp, lip, item_lsn);

Completed in 92 milliseconds