Lines Matching defs:allocated
46 * Items in the non-cached region are allocated from the start of the partition
47 * while items in the cached region are allocated from the end. The free area
72 * The first 8 items are only to be allocated by the boot loader while
103 * @allocated: boolean to indicate if this entry is used
104 * @offset: offset to the allocated space
105 * @size: size of the allocated space, 8 byte aligned
110 __le32 allocated;
408 if (entry->allocated)
419 * Ensure the header is consistent before we mark the item allocated,
424 entry->allocated = cpu_to_le32(1);
436 * @size: number of bytes to be allocated
439 * not yet allocated.
493 if (!entry->allocated)