This is usually called from the factory of a fuse module to create
a new instance of a filesystem.
@param op the filesystem operations
@param op_size the size of the fuse_operations structure
@param user_data user data supplied in the context during the init() method
@return a new filesystem object
Create a new fuse filesystem object
This is usually called from the factory of a fuse module to create a new instance of a filesystem.
@param op the filesystem operations @param op_size the size of the fuse_operations structure @param user_data user data supplied in the context during the init() method @return a new filesystem object