Searched refs:gtlen (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_alloc.c | 864 xfs_extlen_t gtlen; /* length of right side entry */ in xfs_alloc_ag_vextent_near() local 1110 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() 1113 xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near() 1143 ltdiff, >bno, >len, in xfs_alloc_ag_vextent_near() 1196 ltlen = gtlen; in xfs_alloc_ag_vextent_near() 1558 xfs_extlen_t gtlen; /* length of right neighbor block */ in xfs_free_ag_extent() local 1613 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent() 1651 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 1690 nlen = len + ltlen + gtlen; in xfs_free_ag_extent() 1728 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() [all …]
|