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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans.c1291 xfs_lsn_t item_lsn; local
1311 item_lsn = IOP_COMMITTED(lip, lsn);
1317 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) {
1336 if (XFS_LSN_CMP(item_lsn, lip->li_lsn) > 0) {
1338 * This will set the item's lsn to item_lsn
1344 xfs_trans_update_ail(mp, lip, item_lsn, s);

Completed in 43 milliseconds