Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c885 xfs_extlen_t gtlen; /* length 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()
1230 ltlen = gtlen; in xfs_alloc_ag_vextent_near()
1593 xfs_extlen_t gtlen; /* length 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()
1686 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
1725 nlen = len + ltlen + gtlen; in xfs_free_ag_extent()
1763 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
[all …]