Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.h219 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
Dxfs_bmap.c5614 xfs_fileoff_t *next_fsb, in xfs_bmap_shift_extents() argument
5651 ASSERT(*next_fsb != NULLFSBLOCK || direction == SHIFT_RIGHT); in xfs_bmap_shift_extents()
5682 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_shift_extents()
5685 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents()
5686 if (stop_fsb > *next_fsb) { in xfs_bmap_shift_extents()
5709 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext); in xfs_bmap_shift_extents()
5739 *next_fsb = NULLFSBLOCK; in xfs_bmap_shift_extents()
5747 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents()
/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c1401 xfs_fileoff_t next_fsb; in xfs_shift_file_space() local
1407 next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_shift_file_space()
1414 next_fsb = NULLFSBLOCK; in xfs_shift_file_space()
1485 error = xfs_bmap_shift_extents(tp, ip, &next_fsb, shift_fsb, in xfs_shift_file_space()