fuse_operations.mknod

Create a file node

This is called for creation of all non-directory, non-symlink nodes. If the filesystem defines a create() method, then for regular files that will be called instead.

struct fuse_operations
int function(const char*, mode_t, dev_t) mknod;

Meta