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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c683 xfs_agblock_t ltbno; /* start bno of left side entry */ local
715 if ((error = xfs_alloc_ag_vextent_small(args, cnt_cur, &ltbno,
754 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno,
775 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
778 xfs_alloc_compute_aligned(ltbno, ltlen, args->alignment,
788 args->alignment, ltbno, ltlen, &ltnew);
807 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i)))
810 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
822 ASSERT(bnew >= ltbno);
823 ASSERT(bnew + blen <= ltbno
1451 xfs_agblock_t ltbno; /* start of left neighbor block */ local
[all...]

Completed in 36 milliseconds