Searched refs:entry_index_ (Results 1 – 2 of 2) sorted by relevance
78 size_t GetEntryIndex() const { return entry_index_; } in GetEntryIndex()80 void KillLocked() TA_REQ(lock_) { entry_index_ = 0; } in KillLocked()81 bool IsKilledLocked() TA_REQ(lock_) { return entry_index_ == 0; } in IsKilledLocked()93 size_t entry_index_; variable
20 : PartitionDeviceType(vpm->zxdev()), mgr_(vpm), entry_index_(entry_index) { in VPartition()232 memcpy(guid, mgr_->GetAllocatedVPartEntry(entry_index_)->type, FVM_GUID_LEN); in DdkIoctl()243 memcpy(guid, mgr_->GetAllocatedVPartEntry(entry_index_)->guid, FVM_GUID_LEN); in DdkIoctl()254 memcpy(name, mgr_->GetAllocatedVPartEntry(entry_index_)->name, FVM_NAME_LEN); in DdkIoctl()
Completed in 5 milliseconds