Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.c1888 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent() local
1956 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1965 if (bno + len < gtbno) in xfs_free_ag_extent()
1973 if (XFS_IS_CORRUPT(mp, bno + len > gtbno)) { in xfs_free_ag_extent()
2006 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
2108 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()