Lines Matching full:allocate
50 * FUNCTION: allocate an extent for a specified page range within a
105 * extent if we can allocate the blocks immediately in extAlloc()
116 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc()
117 * will try to allocate disk blocks for the requested size (xlen). in extAlloc()
119 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
123 * and retry the allocation until the number of blocks to allocate in extAlloc()
132 /* Allocate blocks to quota. */ in extAlloc()
280 * FUNCTION: allocate disk blocks to form an extent.
282 * initially, we will try to allocate disk blocks for the
284 * contiguous free blocks not available), we'll try to allocate
289 * retry the allocation until the number of blocks to allocate
318 /* get the number of blocks to initially attempt to allocate. in extBalloc()
335 /* try to allocate blocks */ in extBalloc()