|
The Pedigree Project 0.1
|
Collaboration diagram for VFS::MountOperation:Public Member Functions | |
| MountOperation (MountOperation &&other) noexcept | |
| MountOperation & | operator= (MountOperation &&other) noexcept |
| Filesystem * | filesystem () const |
| uint32_t | id () const |
| MountIdentity | identity () const |
| operator bool () const | |
| void | reset () |
Private Member Functions | |
| MountOperation (const MountOperation &)=delete | |
| MountOperation & | operator= (const MountOperation &)=delete |
Private Attributes | |
| TerminationDeferral | m_Lifetime |
| SharedPointer< VfsMountState > | m_State |
| OperationBarrier::Lease | m_Admission |
Friends | |
| class | VFS |
| class | MountIdentity |
|
noexcept |
| Filesystem * VFS::MountOperation::filesystem | ( | ) | const |
| VFS::MountIdentity VFS::MountOperation::identity | ( | ) | const |
|
noexcept |
|
friend |
|
private |
|
private |
|
private |