Lines Matching refs:ltbno
1103 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near() local
1156 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
1197 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
1218 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1221 busy = xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1253 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1256 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); in xfs_alloc_ag_vextent_near()
1263 ASSERT(bnew >= ltbno); in xfs_alloc_ag_vextent_near()
1264 ASSERT(bnew + blen <= ltbno + ltlen); in xfs_alloc_ag_vextent_near()
1273 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, in xfs_alloc_ag_vextent_near()
1337 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1340 busy |= xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1403 gtdiff, <bno, <len, in xfs_alloc_ag_vextent_near()
1437 ltbno = gtbno; in xfs_alloc_ag_vextent_near()
1453 ASSERT(ltnew >= ltbno); in xfs_alloc_ag_vextent_near()
1459 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1701 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local
1733 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent()
1739 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
1748 ltbno + ltlen <= bno, error0); in xfs_free_ag_extent()
1790 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1830 i == 1 && xxbno == ltbno && xxlen == ltlen, in xfs_free_ag_extent()
1837 nbno = ltbno; in xfs_free_ag_extent()
1850 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1863 nbno = ltbno; in xfs_free_ag_extent()