Home
last modified time | relevance | path

Searched refs:lastxp (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_bmap.c250 xfs_extnum_t *lastxp, /* out: last extent index */
3463 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_multi_extents() argument
3498 *lastxp = lastx; in xfs_bmap_search_multi_extents()
3515 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_extents() argument
3525 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); in xfs_bmap_search_extents()
3527 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) && in xfs_bmap_search_extents()
3537 gotp->br_state, *lastxp); in xfs_bmap_search_extents()
3538 *lastxp = NULLEXTNUM; in xfs_bmap_search_extents()