xfs_rtcheck_range   59 fs/xfs/xfs_rtalloc.c STATIC int xfs_rtcheck_range(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t,
xfs_rtcheck_range  237 fs/xfs/xfs_rtalloc.c 		error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat);
xfs_rtcheck_range  338 fs/xfs/xfs_rtalloc.c 	error = xfs_rtcheck_range(mp, tp, bno, maxlen, 1, &next, &isfree);
xfs_rtcheck_range  912 fs/xfs/xfs_rtalloc.c 	return xfs_rtcheck_range(mp, tp, bno, len, 0, &new, stat);