Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.c2051 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local
2085 if ((error = xfs_alloc_get_rec(bno_cur, &ltbno, &ltlen, &i))) in xfs_free_ag_extent()
2095 if (ltbno + ltlen < bno) in xfs_free_ag_extent()
2103 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent()
2157 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2222 xxbno != ltbno || in xfs_free_ag_extent()
2233 nbno = ltbno; in xfs_free_ag_extent()
2246 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent()
2271 nbno = ltbno; in xfs_free_ag_extent()