Lines Matching refs:xfs_agblock_t

57 	return size / sizeof(xfs_agblock_t);  in xfs_agfl_size()
145 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
165 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
185 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
212 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
228 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
273 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
275 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
279 xfs_agblock_t bno = foundbno; in xfs_alloc_compute_aligned()
300 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
320 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
324 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
326 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
328 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
329 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
330 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
333 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
431 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
433 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
439 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
440 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
739 xfs_agblock_t rec_bno;/* extent startblock */
741 xfs_agblock_t bno; /* alloc bno */
829 xfs_agblock_t bno, bnoa, bnew; in xfs_alloc_cur_check()
955 xfs_agblock_t bno; in xfs_alloc_cntbt_iter()
1024 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1030 xfs_agblock_t fbno = NULLAGBLOCK; in xfs_alloc_ag_vextent_small()
1206 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
1208 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact()
1210 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact()
1495 xfs_agblock_t *bno, in xfs_alloc_ag_vextent_lastblock()
1562 xfs_agblock_t bno; in xfs_alloc_ag_vextent_near()
1664 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1667 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1760 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1762 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1880 xfs_agblock_t bno, in xfs_free_ag_extent()
1888 xfs_agblock_t gtbno; /* start of right neighbor */ in xfs_free_ag_extent()
1890 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent()
1892 xfs_agblock_t nbno; /* new starting block of freesp */ in xfs_free_ag_extent()
2042 xfs_agblock_t xxbno; in xfs_free_ag_extent()
2332 xfs_agblock_t agbno, in xfs_free_agfl_block()
2492 xfs_agblock_t agbno; in __xfs_free_extent_later()
2542 xfs_agblock_t fbno; in xfs_exact_minlen_extent_available()
2586 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2754 xfs_agblock_t *bnop, in xfs_alloc_get_freelist()
2759 xfs_agblock_t bno; in xfs_alloc_get_freelist()
2879 xfs_agblock_t bno, in xfs_alloc_put_freelist()
2923 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
3162 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()
3396 xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, bno); in __xfs_free_extent()
3504 xfs_agblock_t bno, in xfs_alloc_has_record()