Lines Matching refs:vnode
80 register struct vnode *vp;
179 register struct vnode *vp; in vn_writechk()
212 struct vnode *vp; in vn_marktext()
222 register struct vnode *vp; in vn_close()
243 struct vnode *vp;
293 register struct vnode *vp = (struct vnode *)fp->f_data;
320 register struct vnode *vp = (struct vnode *)fp->f_data;
354 struct vnode *vp = (struct vnode *)fp->f_data;
364 struct vnode *vp; in vn_stat()
432 register struct vnode *vp = ((struct vnode *)fp->f_data);
481 return (VOP_POLL(((struct vnode *)fp->f_data), events, p));
489 vn_lock(struct vnode *vp, int flags, struct proc *p) in vn_lock()
523 return (vn_close(((struct vnode *)fp->f_data), fp->f_flag,
531 return (VOP_KQFILTER(((struct vnode *)fp->f_data), kn)); in vn_kqfilter()