Lines Matching full:starting
98 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_back()
106 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back()
117 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_back()
138 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
187 * Starting on a word boundary, no partial word. in xfs_rtfind_back()
273 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
281 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw()
294 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_forw()
315 * If the starting position is not word-aligned, deal with the in xfs_rtfind_forw()
362 * Starting on a word boundary, no partial word. in xfs_rtfind_forw()
538 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
546 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtmodify_range()
555 * Compute starting bitmap block number. in xfs_rtmodify_range()
567 * Compute the starting word's address, and starting bit. in xfs_rtmodify_range()
577 * If not starting on a word boundary, deal with the first in xfs_rtmodify_range()
620 * Starting on a word boundary, no partial word. in xfs_rtmodify_range()
694 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
770 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
780 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtcheck_range()
789 * Compute starting bitmap block number in xfs_rtcheck_range()
801 * Compute the starting word's address, and starting bit. in xfs_rtcheck_range()
811 * If not starting on a word boundary, deal with the first in xfs_rtcheck_range()
860 * Starting on a word boundary, no partial word. in xfs_rtcheck_range()
946 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
969 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()