Lines Matching full:contiguous

403  *	nblocks	- number of contiguous blocks in the range.
652 * FUNCTION: attempt to allocate a specified number of contiguous free
678 * nblocks - number of contiguous blocks in the range.
680 * of the newly allocated contiguous range.
943 * allocate a new set of contiguous blocks large enough
950 * nblocks - number of contiguous blocks within the current
955 * was extended in place or to a newly allocated contiguous
982 * a range of contiguous blocks large enough to cover the in dbReAlloc()
1004 * nblocks - number of contiguous blocks within the current
1103 * nblocks - number of contiguous free blocks of the range.
1219 * FUNCTION: attempt to allocate a number of contiguous free blocks near
1223 * check the next four contiguous leaves for sufficient free
1231 * nblocks - actual number of contiguous free blocks desired.
1232 * l2nb - log2 number of contiguous free blocks desired.
1301 * FUNCTION: attempt to allocate the specified number of contiguous
1340 * nblocks - actual number of contiguous free blocks desired.
1341 * l2nb - log2 number of contiguous free blocks desired.
1528 * FUNCTION: attempt to allocate the specified number of contiguous
1539 * nblocks - actual number of contiguous free blocks desired.
1540 * l2nb - log2 number of contiguous free blocks desired.
1601 * minlen - minimum value of contiguous blocks
1691 * contiguous free blocks large enough to satisfy an allocation
1694 * if sufficient contiguous free blocks are found, this routine
1702 * l2nb - log2 number of contiguous free blocks desired.
1705 * that contains or starts a range of contiguous free blocks.
1790 * FUNCTION: attempt to allocate a specified number of contiguous
1794 * the dmap control pages above the actual dmaps for contiguous
1797 * the dmaps themselves containing the desired contiguous free
1798 * space or starting a contiguous free space of desired size
1811 * upon the dmap's dmtree to find the requested contiguous free
1818 * nblocks - actual number of contiguous free blocks to allocate.
1819 * l2nb - log2 number of contiguous free blocks to allocate.
1960 * FUNCTION: attempt to allocate a specified number of contiguous blocks
1963 * this routine checks if the contiguous blocks are available.
1970 * l2nb - log2 number of contiguous block desired.
1971 * nblocks - actual number of contiguous block desired.
3418 * coalesce contiguous k (newAGSize/oldAGSize) AGs; in dbExtendFS()
3429 /* coalesce contiguous k AGs; */ in dbExtendFS()
3780 /* free (set to 0) contiguous bitmap words */ in dbInitDmap()