Lines Matching refs:ltbno
1005 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near() local
1058 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
1099 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
1120 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1123 busy = xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1155 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1158 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); in xfs_alloc_ag_vextent_near()
1165 ASSERT(bnew >= ltbno); in xfs_alloc_ag_vextent_near()
1166 ASSERT(bnew + blen <= ltbno + ltlen); in xfs_alloc_ag_vextent_near()
1175 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, in xfs_alloc_ag_vextent_near()
1239 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1242 busy |= xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1305 gtdiff, <bno, <len, in xfs_alloc_ag_vextent_near()
1339 ltbno = gtbno; in xfs_alloc_ag_vextent_near()
1355 ASSERT(ltnew >= ltbno); in xfs_alloc_ag_vextent_near()
1361 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1713 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent() local
1743 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent()
1749 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
1758 ltbno + ltlen <= bno, error0); in xfs_free_ag_extent()
1800 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1840 i == 1 && xxbno == ltbno && xxlen == ltlen, in xfs_free_ag_extent()
1847 nbno = ltbno; in xfs_free_ag_extent()
1860 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1873 nbno = ltbno; in xfs_free_ag_extent()