fuse_new

Create a new FUSE filesystem.

@param ch the communication channel @param args argument vector @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 the created FUSE handle

extern (C)
fuse_new
(
fuse_chan* ch
,
fuse_args* args
,,
size_t op_size
,
void* user_data
)

Meta