Lines Matching refs:xfs_rtblock_t

57 	xfs_rtblock_t	block,		/* block number in bitmap or summary */  in xfs_rtbuf_get()
97 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
98 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back()
99 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back()
103 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back()
107 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
108 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back()
109 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back()
272 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
273 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw()
274 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_forw()
278 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_forw()
282 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_forw()
283 xfs_rtblock_t lastbit; /* last useful bit in the word */ in xfs_rtfind_forw()
284 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw()
448 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary_int()
518 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary()
535 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
541 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtmodify_range()
691 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
696 xfs_rtblock_t end; /* end of the freed extent */ in xfs_rtfree_range()
698 xfs_rtblock_t postblock; /* first block freed > end */ in xfs_rtfree_range()
699 xfs_rtblock_t preblock; /* first block freed < start */ in xfs_rtfree_range()
767 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
770 xfs_rtblock_t *new, /* out: first block not matching */ in xfs_rtcheck_range()
775 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtcheck_range()
779 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtcheck_range()
780 xfs_rtblock_t lastbit; /* last useful bit in word */ in xfs_rtcheck_range()
943 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
946 xfs_rtblock_t new; /* dummy for xfs_rtcheck_range */ in xfs_rtcheck_alloc_range()
966 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()
1019 xfs_rtblock_t rtstart; in xfs_rtalloc_query_range()
1020 xfs_rtblock_t rtend; in xfs_rtalloc_query_range()
1021 xfs_rtblock_t high_key; in xfs_rtalloc_query_range()
1083 xfs_rtblock_t start, in xfs_rtalloc_extent_is_free()
1087 xfs_rtblock_t end; in xfs_rtalloc_extent_is_free()