|
SimpleKernel 1.17.0
|
This is the complete list of members for vfs::MountTable, including all inherited members.
| FindByMountDentry(const Dentry *dentry) -> MountPoint * | vfs::MountTable | |
| GetRootDentry(MountPoint *mp) -> Dentry * | vfs::MountTable | |
| GetRootMount() -> MountPoint * | vfs::MountTable | |
| IsMountPoint(const char *path) -> bool | vfs::MountTable | |
| kMaxMounts | vfs::MountTable | static |
| Lookup(const char *path) -> MountPoint * | vfs::MountTable | |
| Mount(const char *path, FileSystem *fs, BlockDevice *device) -> Expected< void > | vfs::MountTable | |
| mount_count_ | vfs::MountTable | private |
| mounts_ | vfs::MountTable | private |
| MountTable()=default | vfs::MountTable | |
| MountTable(const MountTable &)=delete | vfs::MountTable | |
| MountTable(MountTable &&)=delete | vfs::MountTable | |
| operator=(const MountTable &) -> MountTable &=delete | vfs::MountTable | |
| operator=(MountTable &&) -> MountTable &=delete | vfs::MountTable | |
| root_mount_ | vfs::MountTable | private |
| Unmount(const char *path) -> Expected< void > | vfs::MountTable | |
| ~MountTable()=default | vfs::MountTable |