Lines Matching full:allocate
50 * FUNCTION: allocate an extent for a specified page range within a
100 * extent if we can allocate the blocks immediately in extAlloc()
111 /* allocate the disk blocks for the extent. initially, extBalloc() in extAlloc()
112 * will try to allocate disk blocks for the requested size (xlen). in extAlloc()
114 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
118 * and retry the allocation until the number of blocks to allocate in extAlloc()
127 /* Allocate blocks to quota. */ in extAlloc()
270 * FUNCTION: allocate disk blocks to form an extent.
272 * initially, we will try to allocate disk blocks for the
274 * contiguous free blocks not available), we'll try to allocate
279 * retry the allocation until the number of blocks to allocate
308 /* get the number of blocks to initially attempt to allocate. in extBalloc()
325 /* try to allocate blocks */ in extBalloc()