Searched refs:stop_extent (Results 1 – 1 of 1) sorted by relevance
5670 xfs_extnum_t stop_extent; in xfs_bmap_shift_extents() local5733 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()5735 stop_extent--; in xfs_bmap_shift_extents()5737 stop_extent = total_extents; in xfs_bmap_shift_extents()5755 if ((direction == SHIFT_LEFT && current_ext >= stop_extent) || in xfs_bmap_shift_extents()5756 (direction == SHIFT_RIGHT && current_ext <= stop_extent)) { in xfs_bmap_shift_extents()5773 stop_extent = total_extents; in xfs_bmap_shift_extents()5776 if (current_ext == stop_extent) { in xfs_bmap_shift_extents()