Searched refs:PartitionSuperPageExtentEntry (Results 1 – 3 of 3) sorted by relevance
25 struct PartitionSuperPageExtentEntry { struct29 PartitionSuperPageExtentEntry* next; argument32 sizeof(PartitionSuperPageExtentEntry) <= kPageMetadataSize,50 PartitionSuperPageExtentEntry* current_extent = nullptr;51 PartitionSuperPageExtentEntry* first_extent = nullptr;164 PartitionSuperPageExtentEntry* extent_entry = in FromPage()165 reinterpret_cast<PartitionSuperPageExtentEntry*>( in FromPage()
61 PartitionSuperPageExtentEntry* extent = in PartitionDirectMap()62 reinterpret_cast<PartitionSuperPageExtentEntry*>( in PartitionDirectMap()273 PartitionSuperPageExtentEntry* latest_extent = in AllocNewSlotSpan()274 reinterpret_cast<PartitionSuperPageExtentEntry*>( in AllocNewSlotSpan()286 PartitionSuperPageExtentEntry* current_extent = root->current_extent; in AllocNewSlotSpan()
34 static_assert(sizeof(internal::PartitionSuperPageExtentEntry) <=