xfs_rtcheck_range  950 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtcheck_range(mp, tp, bno, len, 0, &new, &stat);
xfs_rtcheck_range 1038 fs/xfs/libxfs/xfs_rtbitmap.c 		error = xfs_rtcheck_range(mp, tp, rtstart, 1, 1, &rtend,
xfs_rtcheck_range 1094 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtcheck_range(mp, tp, start, len, 1, &end, &matches);
xfs_rtcheck_range  254 fs/xfs/xfs_rtalloc.c 		error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat);
xfs_rtcheck_range  359 fs/xfs/xfs_rtalloc.c 	error = xfs_rtcheck_range(mp, tp, bno, maxlen, 1, &next, &isfree);
xfs_rtcheck_range  105 fs/xfs/xfs_rtalloc.h int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,