freebno           306 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	freebno,	/* freespace's starting block */
freebno           319 fs/xfs/libxfs/xfs_alloc.c 	freeend = freebno + freelen;
freebno           328 fs/xfs/libxfs/xfs_alloc.c 	if (freebno >= wantbno || (userdata && freeend < wantend)) {
freebno           329 fs/xfs/libxfs/xfs_alloc.c 		if ((newbno1 = roundup(freebno, alignment)) >= freeend)
freebno           338 fs/xfs/libxfs/xfs_alloc.c 		if (newbno2 < freebno)
freebno           355 fs/xfs/libxfs/xfs_alloc.c 		    newbno1 - alignment >= freebno)