Home
last modified time | relevance | path

Searched refs:ltbno (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c1005 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, &ltbno, in xfs_alloc_ag_vextent_near()
1099 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, in xfs_alloc_ag_vextent_near()
1120 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &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, &ltbno, &ltlen, &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()
[all …]