Searched refs:entry_index_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm-private.h268 size_t GetEntryIndex() const { return entry_index_; }
270 void KillLocked() TA_REQ(lock_) { entry_index_ = 0; }
271 bool IsKilledLocked() TA_REQ(lock_) { return entry_index_ == 0; }
281 size_t entry_index_; member in class:fvm::VPartition
H A Dfvm.cpp726 : PartitionDeviceType(vpm->zxdev()), mgr_(vpm), entry_index_(entry_index) {
939 memcpy(guid, mgr_->GetAllocatedVPartEntry(entry_index_)->type, FVM_GUID_LEN);
950 memcpy(guid, mgr_->GetAllocatedVPartEntry(entry_index_)->guid, FVM_GUID_LEN);
961 memcpy(name, mgr_->GetAllocatedVPartEntry(entry_index_)->name, FVM_NAME_LEN);

Completed in 27 milliseconds