Home
last modified time | relevance | path

Searched refs:alloc_vn (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libfuse/
H A Dfuse_private.h122 struct fuse_vnode *alloc_vn(struct fuse *, const char *, ino_t, ino_t);
H A Dfuse_subr.c27 alloc_vn(struct fuse *f, const char *path, ino_t ino, ino_t pino) in alloc_vn() function
H A Dfuse.c429 if ((root = alloc_vn(fuse, "/", FUSE_ROOT_INO, 0)) == NULL) { in fuse_new()
H A Dfuse_ops.c525 vn = alloc_vn(f, (const char *)fbuf->fb_dat, -1, in ifuse_ops_lookup()