ltlen            1106 fs/xfs/libxfs/xfs_alloc.c 	xfs_extlen_t	ltlen;		/* length of left side entry */
ltlen            1135 fs/xfs/libxfs/xfs_alloc.c 	ltlen = 0;
ltlen            1157 fs/xfs/libxfs/xfs_alloc.c 				&ltlen, &i)))
ltlen            1159 fs/xfs/libxfs/xfs_alloc.c 		if (i == 0 || ltlen == 0) {
ltlen            1194 fs/xfs/libxfs/xfs_alloc.c 		if (ltlen || args->alignment > 1) {
ltlen            1198 fs/xfs/libxfs/xfs_alloc.c 						&ltlen, &i)))
ltlen            1201 fs/xfs/libxfs/xfs_alloc.c 				if (ltlen >= args->minlen)
ltlen            1206 fs/xfs/libxfs/xfs_alloc.c 			ASSERT(ltlen >= args->minlen);
ltlen            1218 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
ltlen            1221 fs/xfs/libxfs/xfs_alloc.c 			busy = xfs_alloc_compute_aligned(args, ltbno, ltlen,
ltlen            1253 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
ltlen            1256 fs/xfs/libxfs/xfs_alloc.c 		ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
ltlen            1264 fs/xfs/libxfs/xfs_alloc.c 		ASSERT(bnew + blen <= ltbno + ltlen);
ltlen            1274 fs/xfs/libxfs/xfs_alloc.c 				ltlen, bnew, blen, XFSA_FIXUP_CNT_OK)))
ltlen            1337 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_alloc_get_rec(bno_cur_lt, &ltbno, &ltlen, &i)))
ltlen            1340 fs/xfs/libxfs/xfs_alloc.c 			busy |= xfs_alloc_compute_aligned(args, ltbno, ltlen,
ltlen            1403 fs/xfs/libxfs/xfs_alloc.c 						gtdiff, &ltbno, &ltlen,
ltlen            1439 fs/xfs/libxfs/xfs_alloc.c 		ltlen = gtlen;
ltlen            1459 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen,
ltlen            1702 fs/xfs/libxfs/xfs_alloc.c 	xfs_extlen_t			ltlen; /* length of left neighbor */
ltlen            1733 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_get_rec(bno_cur, &ltbno, &ltlen, &i)))
ltlen            1739 fs/xfs/libxfs/xfs_alloc.c 		if (ltbno + ltlen < bno)
ltlen            1748 fs/xfs/libxfs/xfs_alloc.c 						ltbno + ltlen <= bno, error0);
ltlen            1790 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i)))
ltlen            1830 fs/xfs/libxfs/xfs_alloc.c 				i == 1 && xxbno == ltbno && xxlen == ltlen,
ltlen            1838 fs/xfs/libxfs/xfs_alloc.c 		nlen = len + ltlen + gtlen;
ltlen            1850 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i)))
ltlen            1864 fs/xfs/libxfs/xfs_alloc.c 		nlen = len + ltlen;