|
FlatImage
A configurable Linux containerization system
|
FUSE filesystem operation utilities. More...
Functions | |
| Value< bool > | is_fuse (fs::path const &path_dir_mount) |
| Checks if a directory is a fuse filesystem mount point. | |
| void | wait_fuse (fs::path const &path_dir_filesystem) |
| Waits for the given directory to not be fuse. | |
| Value< int > | unmount (fs::path const &path_dir_mount) |
| Un-mounts the given fuse mount point. | |
FUSE filesystem operation utilities.
Provides utilities for FUSE filesystem management including mount/unmount operations, mount point validation, and filesystem state checking. Handles both lazy and force unmounting with automatic cleanup and error handling for FUSE-based filesystems.
|
inline |
Checks if a directory is a fuse filesystem mount point.
| path_dir_mount | Path to the directory to check |
Definition at line 50 of file fuse.hpp.
|
inline |
Un-mounts the given fuse mount point.
| path_dir_mount | Path to the mount point to un-mount |
Definition at line 90 of file fuse.hpp.
|
inline |
Waits for the given directory to not be fuse.
| path_dir_filesystem | Path to the directory to wait for |
Definition at line 68 of file fuse.hpp.