• Home
  • Raw
  • Download

Lines Matching full:starting

105 	xfs_rtblock_t	start,		/* starting block to look at */  in xfs_rtfind_back()
113 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back()
124 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_back()
145 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
194 * Starting on a word boundary, no partial word. in xfs_rtfind_back()
280 xfs_rtblock_t start, /* starting block to look at */ in xfs_rtfind_forw()
288 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_forw()
299 * Compute and read in starting bitmap block for starting block. in xfs_rtfind_forw()
320 * If the starting position is not word-aligned, deal with the in xfs_rtfind_forw()
367 * Starting on a word boundary, no partial word. in xfs_rtfind_forw()
537 xfs_rtblock_t start, /* starting block to modify */ in xfs_rtmodify_range()
545 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtmodify_range()
554 * Compute starting bitmap block number. in xfs_rtmodify_range()
566 * Compute the starting word's address, and starting bit. in xfs_rtmodify_range()
576 * If not starting on a word boundary, deal with the first in xfs_rtmodify_range()
619 * Starting on a word boundary, no partial word. in xfs_rtmodify_range()
693 xfs_rtblock_t start, /* starting block to free */ in xfs_rtfree_range()
769 xfs_rtblock_t start, /* starting block number of extent */ in xfs_rtcheck_range()
779 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtcheck_range()
788 * Compute starting bitmap block number in xfs_rtcheck_range()
800 * Compute the starting word's address, and starting bit. in xfs_rtcheck_range()
810 * If not starting on a word boundary, deal with the first in xfs_rtcheck_range()
859 * Starting on a word boundary, no partial word. in xfs_rtcheck_range()
945 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range()
968 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()