fuse_fs_new

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

extern (C)
fuse_fs_new
(,
size_t op_size
,
void* user_data
)

Meta