Home
last modified time | relevance | path

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

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