Searched refs:ltbno (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc.c | 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() [all …]
|