nfbno1            421 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	nfbno1;		/* first new free startblock */
nfbno1            434 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
nfbno1            437 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
nfbno1            449 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
nfbno1            452 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
nfbno1            479 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = nfbno2 = NULLAGBLOCK;
nfbno1            481 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = rbno + rlen;
nfbno1            485 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = fbno;
nfbno1            489 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = fbno;
nfbno1            503 fs/xfs/libxfs/xfs_alloc.c 	if (nfbno1 != NULLAGBLOCK) {
nfbno1            504 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
nfbno1            522 fs/xfs/libxfs/xfs_alloc.c 	if (nfbno1 == NULLAGBLOCK) {
nfbno1            533 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))