alloc_vn
if ((root = alloc_vn(fuse, "/", FUSE_ROOT_INO, 0)) == NULL) {
vn = alloc_vn(f, name, -1, parent);
struct fuse_vnode *alloc_vn(struct fuse *, const char *, ino_t, ino_t);