Searched refs:VolumeImpl (Results 1 – 4 of 4) sorted by relevance
29 const char* VolumeImpl::ReAttach() { in ReAttach()52 zx_status_t VolumeImpl::Format() { in Format()59 zx_status_t VolumeImpl::Mount() { in Mount()66 zx_status_t VolumeImpl::Unmount() { in Unmount()73 zx_status_t VolumeImpl::Flush() { in Flush()87 zx_status_t VolumeImpl::GarbageCollect() { in GarbageCollect()99 zx_status_t VolumeImpl::GetStats(Stats* stats) { in GetStats()110 bool VolumeImpl::OnVolumeAdded(const XfsVol* ftl) { in OnVolumeAdded()121 bool VolumeImpl::Created() const { in Created()125 const char* VolumeImpl::Attach() { in Attach()[all …]
78 class VolumeImpl : public Volume {80 VolumeImpl(FtlInstance* owner) : owner_(owner) {} in VolumeImpl() function81 ~VolumeImpl() final {} in ~VolumeImpl()100 DISALLOW_COPY_ASSIGN_AND_MOVE(VolumeImpl);
29 ftl::VolumeImpl volume_;
68 volume_ = std::make_unique<ftl::VolumeImpl>(this); in InitFtl()
Completed in 8 milliseconds