fuse_fs_mkdir
int fuse_fs_mkdir(struct fuse_fs *fs, const char *path, mode_t mode);
fuseError = fuse_fs_mkdir(fFS, path, mode);