Lines Matching refs:xfs_agblock_t

50 		xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
58 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
74 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
90 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
107 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
123 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
145 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
147 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
150 xfs_agblock_t bno; in xfs_alloc_compute_aligned()
157 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
174 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
178 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
180 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
182 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
183 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
184 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
187 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
308 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
310 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
316 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
317 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
658 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
660 xfs_agblock_t tbno; /* start block of trimmed extent */ in xfs_alloc_ag_vextent_exact()
662 xfs_agblock_t tend; /* end block of trimmed extent */ in xfs_alloc_ag_vextent_exact()
768 xfs_agblock_t gdiff, /* difference for search comparison */ in xfs_alloc_find_best_extent()
769 xfs_agblock_t *sbno, /* extent found by search */ in xfs_alloc_find_best_extent()
771 xfs_agblock_t *sbnoa, /* aligned extent found by search */ in xfs_alloc_find_best_extent()
775 xfs_agblock_t new; in xfs_alloc_find_best_extent()
776 xfs_agblock_t sdiff; in xfs_alloc_find_best_extent()
861 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near()
862 xfs_agblock_t gtbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
866 xfs_agblock_t gtnew; /* useful start bno of right side */ in xfs_alloc_ag_vextent_near()
870 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near()
871 xfs_agblock_t ltbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
875 xfs_agblock_t ltnew; /* useful start bno of left side */ in xfs_alloc_ag_vextent_near()
936 xfs_agblock_t bnew=0; in xfs_alloc_ag_vextent_near()
1258 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1261 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1353 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1355 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1461 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1466 xfs_agblock_t fbno; in xfs_alloc_ag_vextent_small()
1550 xfs_agblock_t bno, /* starting block number */ in xfs_free_ag_extent()
1557 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent()
1562 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent()
1565 xfs_agblock_t nbno; /* new starting block of freespace */ in xfs_free_ag_extent()
1675 xfs_agblock_t xxbno; in xfs_free_ag_extent()
1853 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2024 xfs_agblock_t *bnop, /* block address retrieved from freelist */ in xfs_alloc_get_freelist()
2029 xfs_agblock_t bno; /* block number returned */ in xfs_alloc_get_freelist()
2146 xfs_agblock_t bno, /* block being freed */ in xfs_alloc_put_freelist()
2194 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
2381 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()