Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c2052 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local
2086 if ((error = xfs_alloc_get_rec(bno_cur, &ltbno, &ltlen, &i))) in xfs_free_ag_extent()
2096 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
2104 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent()
2158 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2223 xxbno != ltbno || in xfs_free_ag_extent()
2234 nbno = ltbno; in xfs_free_ag_extent()
2247 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2272 nbno = ltbno; in xfs_free_ag_extent()