VOP_LOOKUP 102 kern/vfs_getcwd.c error = VOP_LOOKUP(lvp, uvpp, &cn); VOP_LOOKUP 453 kern/vfs_lookup.c if ((error = VOP_LOOKUP(dp, &ndp->ni_vp, cnp)) != 0) { VOP_LOOKUP 665 kern/vfs_lookup.c if ((error = VOP_LOOKUP(dp, vpp, cnp)) != 0) { VOP_LOOKUP 58 sys/vnode_if.h int VOP_LOOKUP(struct vnode *, struct vnode **, struct componentname *);