Module filesystem

Source

Structs§

MountedFilesystem
A FilesystemConfig for a filesystem that is already present in the process’s namespace.
MountedFilesystemInstance
A Filesystem instance for a filesystem that is already present in the process’s namespace.

Traits§

BoxedFilesystem
Helper trait for shutting down Box<dyn Filesystem> objects.
CacheClearableFilesystem
A trait for filesystems that are able to clear their caches.
Filesystem
A trait representing a mounted filesystem that benchmarks will be run against.
FilesystemConfig
A trait for creating Filesystems.