Searched refs:stop_extent (Results 1 – 1 of 1) sorted by relevance
5673 xfs_extnum_t stop_extent; in xfs_bmap_shift_extents() local5736 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()5738 stop_extent--; in xfs_bmap_shift_extents()5740 stop_extent = total_extents; in xfs_bmap_shift_extents()5758 if ((direction == SHIFT_LEFT && current_ext >= stop_extent) || in xfs_bmap_shift_extents()5759 (direction == SHIFT_RIGHT && current_ext <= stop_extent)) { in xfs_bmap_shift_extents()5776 stop_extent = total_extents; in xfs_bmap_shift_extents()5779 if (current_ext == stop_extent) { in xfs_bmap_shift_extents()