new_startoff     5704 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		new_startoff;
new_startoff     5739 fs/xfs/libxfs/xfs_bmap.c 	new_startoff = got.br_startoff - offset_shift_fsb;
new_startoff     5741 fs/xfs/libxfs/xfs_bmap.c 		if (new_startoff < prev.br_startoff + prev.br_blockcount) {
new_startoff     5762 fs/xfs/libxfs/xfs_bmap.c 			cur, &logflags, new_startoff);
new_startoff     5822 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		new_startoff;
new_startoff     5871 fs/xfs/libxfs/xfs_bmap.c 	new_startoff = got.br_startoff + offset_shift_fsb;
new_startoff     5873 fs/xfs/libxfs/xfs_bmap.c 		if (new_startoff + got.br_blockcount > next.br_startoff) {
new_startoff     5889 fs/xfs/libxfs/xfs_bmap.c 			cur, &logflags, new_startoff);