Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c1386 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_multi_extents() argument
1417 *lastxp = lastx; in xfs_bmap_search_multi_extents()
1434 xfs_extnum_t *lastxp, /* out: last extent index */ in xfs_bmap_search_extents() argument
1444 ep = xfs_bmap_search_multi_extents(ifp, bno, eofp, lastxp, gotp, prevp); in xfs_bmap_search_extents()
1446 if (unlikely(!(gotp->br_startblock) && (*lastxp != NULLEXTNUM) && in xfs_bmap_search_extents()
1456 gotp->br_state, *lastxp); in xfs_bmap_search_extents()
1457 *lastxp = NULLEXTNUM; in xfs_bmap_search_extents()