Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c996 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near() local
1255 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1258 busy |= xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1288 ltdiff, &gtbno, &gtlen, in xfs_alloc_ag_vextent_near()
1339 ltbno = gtbno; in xfs_alloc_ag_vextent_near()
1708 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent() local
1771 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1777 if (bno + len < gtbno) in xfs_free_ag_extent()
1785 XFS_WANT_CORRUPTED_GOTO(mp, gtbno >= bno + len, error0); in xfs_free_ag_extent()
1809 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
[all …]