Lines Matching full:starting

97 	xfs_rtblock_t	start,		/* starting block to look at */  in xfs_rtfind_back()
105 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back()
116 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_back()
137 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
186 * Starting on a word boundary, no partial word. in xfs_rtfind_back()
272 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
280 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw()
291 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_forw()
312 * If the starting position is not word-aligned, deal with the in xfs_rtfind_forw()
359 * Starting on a word boundary, no partial word. in xfs_rtfind_forw()
535 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
543 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtmodify_range()
552 * Compute starting bitmap block number. in xfs_rtmodify_range()
564 * Compute the starting word's address, and starting bit. in xfs_rtmodify_range()
574 * If not starting on a word boundary, deal with the first in xfs_rtmodify_range()
617 * Starting on a word boundary, no partial word. in xfs_rtmodify_range()
691 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
767 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
777 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtcheck_range()
786 * Compute starting bitmap block number in xfs_rtcheck_range()
798 * Compute the starting word's address, and starting bit. in xfs_rtcheck_range()
808 * If not starting on a word boundary, deal with the first in xfs_rtcheck_range()
857 * Starting on a word boundary, no partial word. in xfs_rtcheck_range()
943 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
966 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()