Searched refs:Vpart (Results 1 – 6 of 6) sorted by relevance
301 if (entry->Vpart() == FVM_SLICE_ENTRY_FREE) { in Load()304 if (vpartitions[entry->Vpart()] == nullptr) { in Load()310 vpartitions[entry->Vpart()]->SliceSetUnsafe(entry->Vslice(), i); in Load()368 if (GetSliceEntryLocked(i)->Vpart() == FVM_SLICE_ENTRY_FREE) { in FindFreeSliceLocked()374 if (GetSliceEntryLocked(i)->Vpart() == FVM_SLICE_ENTRY_FREE) { in FindFreeSliceLocked()541 ZX_DEBUG_ASSERT_MSG(entry->Vpart() != FVM_SLICE_ENTRY_FREE, "Freeing already-free slice"); in FreePhysicalSlice()552 ZX_DEBUG_ASSERT_MSG(entry->Vpart() == FVM_SLICE_ENTRY_FREE, in AllocatePhysicalSlice()
64 uint64_t fvm::slice_entry::Vpart() const { in Vpart() function in fvm::slice_entry
134 if (slice_table[i].Vpart() != FVM_SLICE_ENTRY_FREE) { in LoadPartitions()135 const uint64_t vpart = slice_table[i].Vpart(); in LoadPartitions()
102 uint64_t Vpart() const;
139 if (slice->Vpart() != vpart_index) { in Verify()237 if (slice->Vpart() == FVM_SLICE_ENTRY_FREE) { in Extend()
240 if (slice->Vpart() != FVM_SLICE_ENTRY_FREE) { in AllocateSlice()
Completed in 24 milliseconds