Lines Matching full:filesystem
17 #include <filesystem>
26 using estoraged::Filesystem;
66 std::make_unique<Filesystem>());
76 /** @brief Format the LUKS encrypted device and create empty filesystem.
79 * @param[in] type - filesystem type, e.g. ext4
90 /** @brief Unmount filesystem and lock the LUKS device.
94 /** @brief Unlock device and mount the filesystem.
111 /** @brief Get the mount point for the filesystem on the LUKS device. */
124 /** @brief Mount point for the filesystem. */
141 /** @brief Pointer to filesystem interface object.
142 * @details This is used to mock out filesystem operations.
195 /** @brief Create the filesystem on the LUKS device.
201 * @details The filesystem is assumed to be unmounted already.
205 /** @brief Mount the filesystem.
206 * @details The filesystem should already exist and the LUKS device should
211 /** @brief Unmount the filesystem. */