Lines Matching refs:xfs_agblock_t
57 return size / sizeof(xfs_agblock_t); in xfs_agfl_size()
163 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
183 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
203 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
230 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
246 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
288 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
290 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
294 xfs_agblock_t bno = foundbno; in xfs_alloc_compute_aligned()
315 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
335 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
339 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
341 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
343 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
344 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
345 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
348 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
446 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
448 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
454 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
455 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
753 xfs_agblock_t rec_bno;/* extent startblock */
755 xfs_agblock_t bno; /* alloc bno */
843 xfs_agblock_t bno, bnoa, bnew; in xfs_alloc_cur_check()
969 xfs_agblock_t bno; in xfs_alloc_cntbt_iter()
1038 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1044 xfs_agblock_t fbno = NULLAGBLOCK; in xfs_alloc_ag_vextent_small()
1221 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
1223 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact()
1225 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact()
1510 xfs_agblock_t *bno, in xfs_alloc_ag_vextent_lastblock()
1577 xfs_agblock_t bno; in xfs_alloc_ag_vextent_near()
1679 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1682 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1775 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1777 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1895 xfs_agblock_t bno, in xfs_free_ag_extent()
1903 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent()
1905 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent()
1907 xfs_agblock_t nbno; /* new starting block of freesp */ in xfs_free_ag_extent()
2057 xfs_agblock_t xxbno; in xfs_free_ag_extent()
2347 xfs_agblock_t agbno, in xfs_free_agfl_block()
2507 xfs_agblock_t agbno; in __xfs_free_extent_later()
2557 xfs_agblock_t fbno; in xfs_exact_minlen_extent_available()
2601 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2770 xfs_agblock_t *bnop, in xfs_alloc_get_freelist()
2775 xfs_agblock_t bno; in xfs_alloc_get_freelist()
2874 xfs_agblock_t bno, in xfs_alloc_put_freelist()
2919 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
3159 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()
3393 xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, bno); in __xfs_free_extent()
3501 xfs_agblock_t bno, in xfs_alloc_has_record()