Home
last modified time | relevance | path

Searched refs:VOP_LOOKUP (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/share/man/man9/
DMakefile54 VOP_LOOKUP.9 vput.9 vrecycle.9 vref.9 vrele.9 \
/openbsd/src/sys/kern/
Dvfs_lookup.c566 if ((error = VOP_LOOKUP(dp, &ndp->ni_vp, cnp)) != 0) { in vfs_lookup()
787 if ((error = VOP_LOOKUP(dp, vpp, cnp)) != 0) { in vfs_relookup()
Dvfs_getcwd.c93 error = VOP_LOOKUP(lvp, uvpp, &cn); in vfs_getcwd_scandir()
Dvfs_vops.c74 VOP_LOOKUP(struct vnode *dvp, struct vnode **vpp, in VOP_LOOKUP() function
Dkern_unveil.c277 error = VOP_LOOKUP(vp, &parent, &cn); in unveil_find_cover()
/openbsd/src/sys/sys/
Dvnode.h318 int VOP_LOOKUP(struct vnode *, struct vnode **, struct componentname *);
/openbsd/src/distrib/sets/lists/comp/
Dmi3084 ./usr/share/man/man9/VOP_LOOKUP.9