autotier
Automatic Tiering Fuse Filesystem
Public Member Functions | List of all members
FusePassthrough Class Reference

Class to mount filesystem. More...

#include <fusePassthrough.hpp>

Public Member Functions

 FusePassthrough (const fs::path &config_path, const ConfigOverrides &config_overrides)
 Construct a new Fuse Passthrough object. Calls open_db and saves pointers to each tier of tiers_. More...
 
 ~FusePassthrough (void)=default
 Destroy the Fuse Passthrough object. More...
 
int mount_fs (fs::path mountpoint, char *fuse_opts)
 Mount the fuse filesystem. Creates struct of FUSE function pointers and calls fuse_main(). More...
 

Detailed Description

Class to mount filesystem.

Constructor & Destructor Documentation

◆ FusePassthrough()

FusePassthrough::FusePassthrough ( const fs::path &  config_path,
const ConfigOverrides config_overrides 
)

Construct a new Fuse Passthrough object. Calls open_db and saves pointers to each tier of tiers_.

Parameters
config_pathPath to config file for constructing TierEngine/Config
config_overridesConfig overrides from cli args

◆ ~FusePassthrough()

FusePassthrough::~FusePassthrough ( void  )
default

Destroy the Fuse Passthrough object.

Member Function Documentation

◆ mount_fs()

int FusePassthrough::mount_fs ( fs::path  mountpoint,
char *  fuse_opts 
)

Mount the fuse filesystem. Creates struct of FUSE function pointers and calls fuse_main().

Parameters
mountpointPath to mountpoint
fuse_optsComma separated options to pass to fuse_main()
Returns
int Return value of fuse_main()

The documentation for this class was generated from the following files: