Searched refs:gtbno (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1903 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent() local 1971 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent() 1980 if (bno + len < gtbno) in xfs_free_ag_extent() 1988 if (XFS_IS_CORRUPT(mp, bno + len > gtbno)) { in xfs_free_ag_extent() 2021 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 2123 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
|