Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c764 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, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1005 if (xfs_alloc_compute_aligned(gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1045 &gtlen, &i))) in xfs_alloc_ag_vextent_near()
1048 xfs_alloc_compute_aligned(gtbno, gtlen, in xfs_alloc_ag_vextent_near()
1074 gtbno, gtlen, &gtnew); in xfs_alloc_ag_vextent_near()
1130 args->alignment, gtbno, gtlen, &gtnew); 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, &gtbno, &gtlen, &i))) in xfs_free_ag_extent()
[all …]