Searched refs:next_fsb (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap.h | 228 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
D | xfs_bmap.c | 5656 xfs_fileoff_t *next_fsb, in xfs_bmap_shift_extents() argument 5693 ASSERT(*next_fsb != NULLFSBLOCK || direction == SHIFT_RIGHT); in xfs_bmap_shift_extents() 5724 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_shift_extents() 5727 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents() 5728 if (stop_fsb > *next_fsb) { in xfs_bmap_shift_extents() 5751 gotp = xfs_iext_bno_to_ext(ifp, *next_fsb, ¤t_ext); in xfs_bmap_shift_extents() 5781 *next_fsb = NULLFSBLOCK; in xfs_bmap_shift_extents() 5789 *next_fsb = got.br_startoff; in xfs_bmap_shift_extents()
|
/fs/xfs/ |
D | xfs_bmap_util.c | 1439 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()
|