Lines Matching refs:xfs_rtblock_t
65 xfs_rtblock_t block, /* block number in bitmap or summary */ in xfs_rtbuf_get()
105 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
106 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_back()
107 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_back()
111 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_back()
115 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
116 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_back()
117 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_back()
280 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
281 xfs_rtblock_t limit, /* last block to look at */ in xfs_rtfind_forw()
282 xfs_rtblock_t *rtblock) /* out: start block found */ in xfs_rtfind_forw()
286 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtfind_forw()
290 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtfind_forw()
291 xfs_rtblock_t lastbit; /* last useful bit in the word */ in xfs_rtfind_forw()
292 xfs_rtblock_t len; /* length of inspected area */ in xfs_rtfind_forw()
456 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary_int()
520 xfs_rtblock_t bbno, /* bitmap block number */ in xfs_rtmodify_summary()
537 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
543 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtmodify_range()
693 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
698 xfs_rtblock_t end; /* end of the freed extent */ in xfs_rtfree_range()
700 xfs_rtblock_t postblock; /* first block freed > end */ in xfs_rtfree_range()
701 xfs_rtblock_t preblock; /* first block freed < start */ in xfs_rtfree_range()
769 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
772 xfs_rtblock_t *new, /* out: first block not matching */ in xfs_rtcheck_range()
777 xfs_rtblock_t block; /* bitmap block number */ in xfs_rtcheck_range()
781 xfs_rtblock_t i; /* current bit number rel. to start */ in xfs_rtcheck_range()
782 xfs_rtblock_t lastbit; /* last useful bit in word */ in xfs_rtcheck_range()
945 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
948 xfs_rtblock_t new; /* dummy for xfs_rtcheck_range */ in xfs_rtcheck_alloc_range()
968 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()
1021 xfs_rtblock_t rtstart; in xfs_rtalloc_query_range()
1022 xfs_rtblock_t rtend; in xfs_rtalloc_query_range()
1085 xfs_rtblock_t start, in xfs_rtalloc_extent_is_free()
1089 xfs_rtblock_t end; in xfs_rtalloc_extent_is_free()