Home
last modified time | relevance | path

Searched refs:metadata_start (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fvm-host/
A Dfvm-info.cpp271 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(metadata_.get()); in GetPartition() local
274 *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() local
288 *out = reinterpret_cast<fvm::slice_entry_t*>(metadata_start + offset); in GetSlice()
/system/dev/block/fvm/
A Dfvm.cpp562 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(GetFvmLocked()); in GetSliceEntryLocked() local
566 return reinterpret_cast<slice_entry_t*>(metadata_start + offset); in GetSliceEntryLocked()
571 uintptr_t metadata_start = reinterpret_cast<uintptr_t>(GetFvmLocked()); in GetVPartEntryLocked() local
575 return reinterpret_cast<vpart_entry_t*>(metadata_start + offset); in GetVPartEntryLocked()

Completed in 5 milliseconds