Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_alloc.c1097 xfs_extlen_t gtlen; /* length of right side entry */ in xfs_alloc_ag_vextent_near() local
1353 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1356 busy |= xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1386 ltdiff, &gtbno, &gtlen, in xfs_alloc_ag_vextent_near()
1439 ltlen = gtlen; in xfs_alloc_ag_vextent_near()
1700 xfs_extlen_t gtlen; /* length of right neighbor */ in xfs_free_ag_extent() local
1761 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
1799 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
1838 nlen = len + ltlen + gtlen; in xfs_free_ag_extent()
1876 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent()
[all …]