Lines Matching refs:xfs_rtblock_t
52 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get()
86 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
87 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back()
88 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back()
92 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back()
96 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
97 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back()
98 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back()
261 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
262 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw()
263 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_forw()
267 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_forw()
271 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_forw()
272 xfs_rtblock_t lastbit; /* last useful bit in the word */ in xfs_rtfind_forw()
273 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw()
437 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary_int()
501 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary()
518 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
524 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtmodify_range()
675 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
680 xfs_rtblock_t end; /* end of the freed extent */ in xfs_rtfree_range()
682 xfs_rtblock_t postblock; /* first block freed > end */ in xfs_rtfree_range()
683 xfs_rtblock_t preblock; /* first block freed < start */ in xfs_rtfree_range()
751 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
754 xfs_rtblock_t *new, /* out: first block not matching */ in xfs_rtcheck_range()
759 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtcheck_range()
763 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtcheck_range()
764 xfs_rtblock_t lastbit; /* last useful bit in word */ in xfs_rtcheck_range()
927 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
930 xfs_rtblock_t new; /* dummy for xfs_rtcheck_range */ in xfs_rtcheck_alloc_range()
950 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()