Searched refs:ltbno (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1890 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local 1923 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent() 1932 if (ltbno + ltlen < bno) in xfs_free_ag_extent() 1940 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent() 1991 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2050 xxbno != ltbno || in xfs_free_ag_extent() 2060 nbno = ltbno; in xfs_free_ag_extent() 2073 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2095 nbno = ltbno; in xfs_free_ag_extent()
|