VOP_READLINK      215 kern/vfs_lookup.c 		error = VOP_READLINK(ndp->ni_vp, &auio, cnp->cn_cred);
VOP_READLINK     1616 kern/vfs_syscalls.c 		error = VOP_READLINK(vp, &auio, p->p_ucred);
VOP_READLINK      484 nfs/nfs_serv.c 	error = VOP_READLINK(vp, uiop, cred);
VOP_READLINK      283 sys/vnode_if.h int VOP_READLINK(struct vnode *, struct uio *, struct ucred *);