Searched refs:lastx (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1392 xfs_extnum_t lastx; /* last extent index */ in xfs_bmap_search_multi_extents() local 1404 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx); in xfs_bmap_search_multi_extents() 1405 if (lastx > 0) { in xfs_bmap_search_multi_extents() 1406 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp); in xfs_bmap_search_multi_extents() 1408 if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) { in xfs_bmap_search_multi_extents() 1412 if (lastx > 0) { in xfs_bmap_search_multi_extents() 1418 *lastxp = lastx; in xfs_bmap_search_multi_extents() 1538 xfs_extnum_t lastx; /* last extent used */ in xfs_bmap_last_before() local 1554 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before() 4026 xfs_extnum_t lastx; in xfs_bmapi_read() local [all …]
|
/fs/xfs/ |
D | xfs_bmap_util.c | 479 xfs_extnum_t lastx; /* last extent pointer */ in xfs_getbmapx_fix_eof_hole() local 500 if (xfs_iext_bno_to_ext(ifp, fileblock, &lastx) && in xfs_getbmapx_fix_eof_hole() 501 (lastx == (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))-1)) in xfs_getbmapx_fix_eof_hole()
|