Home
last modified time | relevance | path

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

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