Searched refs:metadata_start (Results 1 – 2 of 2) sorted by relevance
271 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(metadata_.get()); in GetPartition() local274 *out = reinterpret_cast<fvm::vpart_entry_t*>(metadata_start + offset); in GetPartition()285 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(metadata_.get()); in GetSlice() local288 *out = reinterpret_cast<fvm::slice_entry_t*>(metadata_start + offset); in GetSlice()
562 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(GetFvmLocked()); in GetSliceEntryLocked() local566 return reinterpret_cast<slice_entry_t*>(metadata_start + offset); in GetSliceEntryLocked()571 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(GetFvmLocked()); in GetVPartEntryLocked() local575 return reinterpret_cast<vpart_entry_t*>(metadata_start + offset); in GetVPartEntryLocked()
Completed in 5 milliseconds