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()
170 xfs_agblock_t aligned_bno = roundup(bno, args->alignment); in xfs_alloc_compute_aligned()
188 xfs_agblock_t wantbno, /* target starting block */ in xfs_alloc_compute_diff()
192 xfs_agblock_t freebno, /* freespace's starting block */ in xfs_alloc_compute_diff()
194 xfs_agblock_t *newbnop) /* result: best start block from free */ in xfs_alloc_compute_diff()
196 xfs_agblock_t freeend; /* end of freespace extent */ in xfs_alloc_compute_diff()
197 xfs_agblock_t newbno1; /* return block number */ in xfs_alloc_compute_diff()
198 xfs_agblock_t newbno2; /* other new block number */ in xfs_alloc_compute_diff()
201 xfs_agblock_t wantend; /* end of target extent */ in xfs_alloc_compute_diff()
322 xfs_agblock_t fbno, /* starting block of free extent */ in xfs_alloc_fixup_trees()
324 xfs_agblock_t rbno, /* starting block of returned extent */ in xfs_alloc_fixup_trees()
330 xfs_agblock_t nfbno1; /* first new free startblock */ in xfs_alloc_fixup_trees()
331 xfs_agblock_t nfbno2; /* second new free startblock */ in xfs_alloc_fixup_trees()
675 xfs_agblock_t fbno; /* start block of found extent */ in xfs_alloc_ag_vextent_exact()
677 xfs_agblock_t tbno; /* start block of trimmed extent */ in xfs_alloc_ag_vextent_exact()
679 xfs_agblock_t tend; /* end block of trimmed extent */ in xfs_alloc_ag_vextent_exact()
785 xfs_agblock_t gdiff, /* difference for search comparison */ in xfs_alloc_find_best_extent()
786 xfs_agblock_t *sbno, /* extent found by search */ in xfs_alloc_find_best_extent()
788 xfs_agblock_t *sbnoa, /* aligned extent found by search */ in xfs_alloc_find_best_extent()
792 xfs_agblock_t new; in xfs_alloc_find_best_extent()
793 xfs_agblock_t sdiff; in xfs_alloc_find_best_extent()
882 xfs_agblock_t gtbno; /* start bno of right side entry */ in xfs_alloc_ag_vextent_near()
883 xfs_agblock_t gtbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
887 xfs_agblock_t gtnew; /* useful start bno of right side */ in xfs_alloc_ag_vextent_near()
891 xfs_agblock_t ltbno; /* start bno of left side entry */ in xfs_alloc_ag_vextent_near()
892 xfs_agblock_t ltbnoa; /* aligned ... */ in xfs_alloc_ag_vextent_near()
896 xfs_agblock_t ltnew; /* useful start bno of left side */ in xfs_alloc_ag_vextent_near()
968 xfs_agblock_t bnew=0; in xfs_alloc_ag_vextent_near()
1293 xfs_agblock_t fbno; /* start of found freespace */ in xfs_alloc_ag_vextent_size()
1296 xfs_agblock_t rbno; /* returned block number */ in xfs_alloc_ag_vextent_size()
1388 xfs_agblock_t bestfbno; in xfs_alloc_ag_vextent_size()
1390 xfs_agblock_t bestrbno; in xfs_alloc_ag_vextent_size()
1496 xfs_agblock_t *fbnop, /* result block number */ in xfs_alloc_ag_vextent_small()
1501 xfs_agblock_t fbno; in xfs_alloc_ag_vextent_small()
1585 xfs_agblock_t bno, /* starting block number */ in xfs_free_ag_extent()
1592 xfs_agblock_t gtbno; /* start of right neighbor block */ in xfs_free_ag_extent()
1597 xfs_agblock_t ltbno; /* start of left neighbor block */ in xfs_free_ag_extent()
1600 xfs_agblock_t nbno; /* new starting block of freespace */ in xfs_free_ag_extent()
1710 xfs_agblock_t xxbno; in xfs_free_ag_extent()
1941 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist()
2084 xfs_agblock_t *bnop, /* block address retrieved from freelist */ in xfs_alloc_get_freelist()
2089 xfs_agblock_t bno; /* block number returned */ in xfs_alloc_get_freelist()
2206 xfs_agblock_t bno, /* block being freed */ in xfs_alloc_put_freelist()
2254 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
2446 xfs_agblock_t agsize; /* allocation group size */ in xfs_alloc_vextent()