Lines Matching refs:xfs_agblock_t
45 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
61 return size / sizeof(xfs_agblock_t); in xfs_agfl_size()
149 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()
181 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
198 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
214 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
259 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
261 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
265 xfs_agblock_t bno = foundbno; in xfs_alloc_compute_aligned()
286 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
306 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
310 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
312 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
314 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
315 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
316 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
319 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
417 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
419 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
425 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
426 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
787 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
789 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact()
791 xfs_agblock_t tend; /* end block of busy extent */ in xfs_alloc_ag_vextent_exact()
897 xfs_agblock_t gdiff, /* difference for search comparison */ in xfs_alloc_find_best_extent()
898 xfs_agblock_t *sbno, /* extent found by search */ in xfs_alloc_find_best_extent()
900 xfs_agblock_t *sbnoa, /* aligned extent found by search */ in xfs_alloc_find_best_extent()
904 xfs_agblock_t new; in xfs_alloc_find_best_extent()
905 xfs_agblock_t sdiff; in xfs_alloc_find_best_extent()
996 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near()
997 xfs_agblock_t gtbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
1001 xfs_agblock_t gtnew; /* useful start bno of right side */ in xfs_alloc_ag_vextent_near()
1005 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near()
1006 xfs_agblock_t ltbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
1010 xfs_agblock_t ltnew; /* useful start bno of left side */ in xfs_alloc_ag_vextent_near()
1084 xfs_agblock_t bnew=0; in xfs_alloc_ag_vextent_near()
1398 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1401 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1487 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1489 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1593 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1599 xfs_agblock_t fbno; in xfs_alloc_ag_vextent_small()
1700 xfs_agblock_t bno, in xfs_free_ag_extent()
1708 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent()
1713 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent()
1716 xfs_agblock_t nbno; /* new starting block of freespace */ in xfs_free_ag_extent()
1833 xfs_agblock_t xxbno; in xfs_free_ag_extent()
2081 xfs_agblock_t agbno, in xfs_free_agfl_block()
2237 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2394 xfs_agblock_t *bnop, /* block address retrieved from freelist */ in xfs_alloc_get_freelist()
2399 xfs_agblock_t bno; /* block number returned */ in xfs_alloc_get_freelist()
2523 xfs_agblock_t bno, /* block being freed */ in xfs_alloc_put_freelist()
2572 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
2778 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()
3023 xfs_agblock_t agbno = XFS_FSB_TO_AGBNO(mp, bno); in __xfs_free_extent()
3120 xfs_agblock_t bno, in xfs_alloc_has_record()