Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c891 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near() local
942 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, &ltbno, in xfs_alloc_ag_vextent_near()
983 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, in xfs_alloc_ag_vextent_near()
1004 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1007 xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near()
1039 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1042 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length)); in xfs_alloc_ag_vextent_near()
1054 ASSERT(bnew >= ltbno); in xfs_alloc_ag_vextent_near()
1055 ASSERT(bnew + blen <= ltbno + ltlen); in xfs_alloc_ag_vextent_near()
1064 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno, in xfs_alloc_ag_vextent_near()
[all …]