fuse_fs_mkdir
ret = fuse_fs_mkdir(fuse->fs, path, mode);
int fuse_fs_mkdir(struct fuse_fs* fs, const char* path, mode_t mode);