Lines Matching refs:ltbno
870 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near() local
910 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
951 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, in xfs_alloc_ag_vextent_near()
972 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
975 xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1005 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1008 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); in xfs_alloc_ag_vextent_near()
1020 ASSERT(bnew >= ltbno); in xfs_alloc_ag_vextent_near()
1021 ASSERT(bnew + blen <= ltbno + ltlen); in xfs_alloc_ag_vextent_near()
1030 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, in xfs_alloc_ag_vextent_near()
1094 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near()
1097 xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1160 gtdiff, <bno, <len, in xfs_alloc_ag_vextent_near()
1194 ltbno = gtbno; in xfs_alloc_ag_vextent_near()
1216 ASSERT(ltnew >= ltbno); in xfs_alloc_ag_vextent_near()
1221 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1562 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent() local
1585 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent()
1591 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
1600 ltbno + ltlen <= bno, error0); in xfs_free_ag_extent()
1642 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1682 i == 1 && xxbno == ltbno && xxlen == ltlen, in xfs_free_ag_extent()
1689 nbno = ltbno; in xfs_free_ag_extent()
1702 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
1715 nbno = ltbno; in xfs_free_ag_extent()