Lines Matching refs:xfs_agblock_t
51 xfs_agblock_t bno,
86 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
98 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
114 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
130 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
147 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
163 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
184 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
188 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
191 xfs_agblock_t bno; in xfs_alloc_compute_aligned()
213 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
216 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
218 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
220 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
221 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
222 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
225 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
340 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
342 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
348 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
349 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
544 xfs_agblock_t agbno, /* a.g. relative block number */ in xfs_alloc_trace_free()
598 xfs_agblock_t agbno, /* a.g. relative block number */ in xfs_alloc_trace_busy()
714 xfs_agblock_t end; /* end of allocated extent */ in xfs_alloc_ag_vextent_exact()
716 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
717 xfs_agblock_t fend; /* end block of found extent */ in xfs_alloc_ag_vextent_exact()
720 xfs_agblock_t maxend; /* end of maximal extent */ in xfs_alloc_ag_vextent_exact()
721 xfs_agblock_t minend; /* end of minimal extent */ in xfs_alloc_ag_vextent_exact()
818 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near()
819 xfs_agblock_t gtbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
823 xfs_agblock_t gtnew; /* useful start bno of right side */ in xfs_alloc_ag_vextent_near()
827 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near()
828 xfs_agblock_t ltbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
831 xfs_agblock_t ltend; /* end bno of left side entry */ in xfs_alloc_ag_vextent_near()
834 xfs_agblock_t ltnew; /* useful start bno of left side */ in xfs_alloc_ag_vextent_near()
885 xfs_agblock_t bnew=0; in xfs_alloc_ag_vextent_near()
1346 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1349 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1399 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1401 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1495 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1500 xfs_agblock_t fbno; in xfs_alloc_ag_vextent_small()
1581 xfs_agblock_t bno, /* starting block number */ in xfs_free_ag_extent()
1588 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent()
1593 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent()
1596 xfs_agblock_t nbno; /* new starting block of freespace */ in xfs_free_ag_extent()
1704 xfs_agblock_t xxbno; in xfs_free_ag_extent()
1886 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2061 xfs_agblock_t *bnop, /* block address retrieved from freelist */ in xfs_alloc_get_freelist()
2067 xfs_agblock_t bno; /* block number returned */ in xfs_alloc_get_freelist()
2184 xfs_agblock_t bno, /* block being freed */ in xfs_alloc_put_freelist()
2228 sizeof(xfs_agblock_t) - 1)); in xfs_alloc_put_freelist()
2352 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()
2610 xfs_agblock_t bno, in xfs_alloc_mark_busy()
2684 xfs_agblock_t bno, in xfs_alloc_search_busy()
2689 xfs_agblock_t uend, bend; in xfs_alloc_search_busy()