fuse_operations.init

Initialize filesystem

The return value will passed in the private_data field of fuse_context to all file operations and as a parameter to the destroy() method.

Introduced in version 2.3 Changed in version 2.6

struct fuse_operations
void* function(fuse_conn_info* conn) init;

Meta