Lines Matching full:allocate
66 * FUNCTION: allocate an extent for a specified page range within a
116 * extent if we can allocate the blocks immediately in extAlloc()
127 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc()
128 * will try to allocate disk blocks for the requested size (xlen). in extAlloc()
130 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
134 * and retry the allocation until the number of blocks to allocate in extAlloc()
143 /* Allocate blocks to quota. */ in extAlloc()
251 * try to allocate a new set of blocks large enough for the in extRealloc()
252 * request. in satisfying a request, dbReAlloc() may allocate in extRealloc()
253 * less than what was request but will always allocate enough in extRealloc()
444 * FUNCTION: allocate disk space for a file page that represents
466 /* allocate an extent to fill the hole */ in extFill()
480 * FUNCTION: allocate disk blocks to form an extent.
482 * initially, we will try to allocate disk blocks for the
484 * contiguous free blocks not available), we'll try to allocate
489 * retry the allocation until the number of blocks to allocate
518 /* get the number of blocks to initially attempt to allocate. in extBalloc()
530 /* try to allocate blocks */ in extBalloc()
576 * will try to allocate disk blocks for the requested size
578 * available), we'll try to allocate a smaller number of
583 * retry the allocation until the number of blocks to allocate