Searched refs:gtlen (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.c | 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() [all …]
|