Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_alloc.c1905 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local
1938 if ((error = xfs_alloc_get_rec(bno_cur, &ltbno, &ltlen, &i))) in xfs_free_ag_extent()
1947 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
1955 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent()
2006 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2065 xxbno != ltbno || in xfs_free_ag_extent()
2075 nbno = ltbno; in xfs_free_ag_extent()
2088 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2110 nbno = ltbno; in xfs_free_ag_extent()