fuse_module.factory

Factory for creating filesystem objects

The function may use and remove options from 'args' that belong to this module.

For now the 'fs' vector always contains exactly one filesystem. This is the filesystem which will be below the newly created filesystem in the stack.

@param args the command line arguments @param fs NULL terminated filesystem object vector @return the new filesystem object

struct fuse_module
fuse_fs* function(fuse_args* args, fuse_fs** fs) factory;

Meta