Searched refs:lastxp (Results 1 – 1 of 1) sorted by relevance
250 xfs_extnum_t *lastxp, /* out: last extent index */3463 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_multi_extents() argument3498 *lastxp = lastx; in xfs_bmap_search_multi_extents()3515 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_extents() argument3525 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()