Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c5507 int total_extents; in xfs_bmse_shift_one() local
5511 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmse_shift_one()
5552 if (*current_ext >= (total_extents - 1)) in xfs_bmse_shift_one()
5630 xfs_extnum_t total_extents; in xfs_bmap_shift_extents() local
5673 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmap_shift_extents()
5674 if (total_extents == 0) { in xfs_bmap_shift_extents()
5683 gotp = xfs_iext_get_ext(ifp, total_extents - 1); in xfs_bmap_shift_extents()
5698 stop_extent = total_extents; in xfs_bmap_shift_extents()
5733 total_extents = ifp->if_bytes / sizeof(xfs_bmbt_rec_t); in xfs_bmap_shift_extents()
5734 stop_extent = total_extents; in xfs_bmap_shift_extents()