Searched refs:gtbno (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.c | 761 xfs_agblock_t gtbno; /* start bno 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() 1044 bno_cur_gt, >bno, 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() 1232 ltbno = gtbno; in xfs_alloc_ag_vextent_near() 1541 xfs_agblock_t gtbno; /* start 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 …]
|