Lines Matching full:allocation
61 * extent that is used as an allocation hint if the
93 /* check if an allocation hint was provided */ in extAlloc()
99 * immediately previous to the current allocation in extAlloc()
121 * and retry the allocation until the number of blocks to allocate in extAlloc()
160 /* set the results of the extent allocation */ in extAlloc()
185 * FUNCTION: extend the allocation of a file extent containing a
237 * by extending the allocation in place. otherwise, it will in extRealloc()
263 * disk allocation occurred as an inplace extension. the second in extRealloc()
281 /* if we were able to extend the disk allocation in place, in extRealloc()
339 * FUNCTION: produce an extent allocation hint for a file offset.
450 /* initialize the extent allocation hint */ in extFill()
476 * retry the allocation until the number of blocks to allocate
481 * hint - disk block number to be used as an allocation hint.
525 /* decrease the allocation request size */ in extBalloc()
558 * FUNCTION: attempt to extend an extent's allocation.
560 * Initially, we will try to extend the extent's allocation
570 * retry the allocation until the number of blocks to allocate
575 * blkno - starting block number of the extents current allocation.
576 * nblks - number of blocks within the extents current allocation.
581 * newblkno - the starting block number of the extents new allocation.