nflen1            423 fs/xfs/libxfs/xfs_alloc.c 	xfs_extlen_t	nflen1=0;	/* first new free length */
nflen1            434 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i)))
nflen1            437 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
nflen1            449 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i)))
nflen1            452 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
nflen1            482 fs/xfs/libxfs/xfs_alloc.c 		nflen1 = flen - rlen;
nflen1            486 fs/xfs/libxfs/xfs_alloc.c 		nflen1 = flen - rlen;
nflen1            490 fs/xfs/libxfs/xfs_alloc.c 		nflen1 = rbno - fbno;
nflen1            504 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
nflen1            533 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_update(bno_cur, nfbno1, nflen1)))