Searched refs:stop_extent (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_bmap.c5631 xfs_extnum_t stop_extent; xfs_bmap_shift_extents() local
5694 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); xfs_bmap_shift_extents()
5695 /* Make stop_extent exclusive of shift range */ xfs_bmap_shift_extents()
5696 stop_extent--; xfs_bmap_shift_extents()
5698 stop_extent = total_extents; xfs_bmap_shift_extents()
5716 if ((direction == SHIFT_LEFT && current_ext >= stop_extent) || xfs_bmap_shift_extents()
5717 (direction == SHIFT_RIGHT && current_ext <= stop_extent)) { xfs_bmap_shift_extents()
5734 stop_extent = total_extents; xfs_bmap_shift_extents()
5737 if (current_ext == stop_extent) { xfs_bmap_shift_extents()

Completed in 107 milliseconds