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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c752 xfs_agblock_t ltbno; /* start bno of left side entry */ local
786 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, &ltbno,
825 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno,
846 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
849 if (!xfs_alloc_compute_aligned(ltbno, ltlen,
859 args->alignment, ltbno, ltlen, &ltnew);
878 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
881 ltend = ltbno + ltlen;
894 ASSERT(bnew >= ltbno);
904 if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur_lt, ltbno,
1526 xfs_agblock_t ltbno; /* start of left neighbor block */ local
[all...]

Completed in 91 milliseconds