Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c1890 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent() local
1957 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1966 if (bno + len < gtbno) in xfs_free_ag_extent()
1974 if (XFS_IS_CORRUPT(mp, bno + len > gtbno)) { in xfs_free_ag_extent()
2007 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
2109 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c1905 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent() local
1973 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1982 if (bno + len < gtbno) in xfs_free_ag_extent()
1990 if (XFS_IS_CORRUPT(mp, bno + len > gtbno)) { in xfs_free_ag_extent()
2023 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
2125 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()

Completed in 10 milliseconds