Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c1391 xfs_extnum_t lastx; /* last extent index */ in xfs_bmap_search_multi_extents() local
1403 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); in xfs_bmap_search_multi_extents()
1404 if (lastx > 0) { in xfs_bmap_search_multi_extents()
1405 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents()
1407 if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) { in xfs_bmap_search_multi_extents()
1411 if (lastx > 0) { in xfs_bmap_search_multi_extents()
1417 *lastxp = lastx; in xfs_bmap_search_multi_extents()
1537 xfs_extnum_t lastx; /* last extent used */ in xfs_bmap_last_before() local
1553 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
4018 xfs_extnum_t lastx; in xfs_bmapi_read() local
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c453 xfs_extnum_t lastx; /* last extent pointer */ in xfs_getbmapx_fix_eof_hole() local
474 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) && in xfs_getbmapx_fix_eof_hole()
475 (lastx == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))-1)) in xfs_getbmapx_fix_eof_hole()