Lines Matching defs:allocated
48 * Items in the non-cached region are allocated from the start of the partition
49 * while items in the cached region are allocated from the end. The free area
74 * The first 8 items are only to be allocated by the boot loader while
105 * @allocated: boolean to indicate if this entry is used
106 * @offset: offset to the allocated space
107 * @size: size of the allocated space, 8 byte aligned
112 __le32 allocated;
444 if (entry->allocated)
455 * Ensure the header is consistent before we mark the item allocated,
460 entry->allocated = cpu_to_le32(1);
472 * @size: number of bytes to be allocated
475 * not yet allocated.
531 if (!entry->allocated)