Lines Matching refs:gtlen
764 xfs_extlen_t gtlen; /* length of right side entry */ in xfs_alloc_ag_vextent_near() local
1002 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near()
1005 if (xfs_alloc_compute_aligned(gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1045 >len, &i))) in xfs_alloc_ag_vextent_near()
1048 xfs_alloc_compute_aligned(gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1074 gtbno, gtlen, >new); in xfs_alloc_ag_vextent_near()
1130 args->alignment, gtbno, gtlen, >new); in xfs_alloc_ag_vextent_near()
1234 ltlen = gtlen; in xfs_alloc_ag_vextent_near()
1542 xfs_extlen_t gtlen; /* length of right neighbor block */ in xfs_free_ag_extent() local
1596 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent()
1635 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
1674 nlen = len + ltlen + gtlen; in xfs_free_ag_extent()
1712 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
1723 nlen = len + gtlen; in xfs_free_ag_extent()