Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c882 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near() local
1144 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1147 xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1177 ltdiff, &gtbno, &gtlen, in xfs_alloc_ag_vextent_near()
1228 ltbno = gtbno; in xfs_alloc_ag_vextent_near()
1592 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent() local
1648 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1654 if (bno + len < gtbno) in xfs_free_ag_extent()
1662 XFS_WANT_CORRUPTED_GOTO(mp, gtbno >= bno + len, error0); in xfs_free_ag_extent()
1686 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
[all …]