|
FlatImage
A configurable Linux containerization system
|
A library for operations on fuse filesystems. More...
#include <cstring>#include <filesystem>#include <expected>#include <sys/vfs.h>#include <sys/mount.h>#include <thread>#include "subprocess.hpp"#include "env.hpp"#include "../std/expected.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_fuse |
| FUSE filesystem operation utilities. | |
Macros | |
| #define | FUSE_SUPER_MAGIC 0x65735546 |
Functions | |
| Value< bool > | ns_fuse::is_fuse (fs::path const &path_dir_mount) |
| Checks if a directory is a fuse filesystem mount point. | |
| void | ns_fuse::wait_fuse (fs::path const &path_dir_filesystem) |
| Waits for the given directory to not be fuse. | |
| Value< int > | ns_fuse::unmount (fs::path const &path_dir_mount) |
| Un-mounts the given fuse mount point. | |
A library for operations on fuse filesystems.
Definition in file fuse.hpp.