Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.h228 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
Dxfs_bmap.c5653 xfs_fileoff_t *next_fsb, in xfs_bmap_shift_extents() argument
5690 ASSERT(*next_fsb != NULLFSBLOCK || direction == SHIFT_RIGHT); in xfs_bmap_shift_extents()
5721 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_shift_extents()
5724 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents()
5725 if (stop_fsb > *next_fsb) { in xfs_bmap_shift_extents()
5748 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, &current_ext); in xfs_bmap_shift_extents()
5778 *next_fsb = NULLFSBLOCK; in xfs_bmap_shift_extents()
5786 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c1439 xfs_fileoff_t next_fsb; in xfs_shift_file_space() local
1445 next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_shift_file_space()
1452 next_fsb = NULLFSBLOCK; in xfs_shift_file_space()
1523 error = xfs_bmap_shift_extents(tp, ip, &next_fsb, shift_fsb, in xfs_shift_file_space()