Searched refs:total_extents (Results 1 – 1 of 1) sorted by relevance
5507 int total_extents; in xfs_bmse_shift_one() local5511 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() local5673 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()