Lines Matching full:allocate
53 * FUNCTION: allocate an extent for a specified page range within a
103 * extent if we can allocate the blocks immediately in extAlloc()
114 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc()
115 * will try to allocate disk blocks for the requested size (xlen). in extAlloc()
117 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
121 * and retry the allocation until the number of blocks to allocate in extAlloc()
130 /* Allocate blocks to quota. */ in extAlloc()
238 * try to allocate a new set of blocks large enough for the in extRealloc()
239 * request. in satisfying a request, dbReAlloc() may allocate in extRealloc()
240 * less than what was request but will always allocate enough in extRealloc()
431 * FUNCTION: allocate disk space for a file page that represents
453 /* allocate an extent to fill the hole */ in extFill()
467 * FUNCTION: allocate disk blocks to form an extent.
469 * initially, we will try to allocate disk blocks for the
471 * contiguous free blocks not available), we'll try to allocate
476 * retry the allocation until the number of blocks to allocate
505 /* get the number of blocks to initially attempt to allocate. in extBalloc()
517 /* try to allocate blocks */ in extBalloc()
563 * will try to allocate disk blocks for the requested size
565 * available), we'll try to allocate a smaller number of
570 * retry the allocation until the number of blocks to allocate