Lines Matching refs:m_vnode

183 	struct m_vnode *a_vp;
190 struct m_vnode *a_vp;
196 struct m_vnode *a_vp;
203 struct m_vnode *a_vp;
208 struct m_vnode *a_vp;
213 struct m_vnode *a_vp;
219 struct m_vnode *a_vp;
226 struct m_vnode *a_vp;
233 struct m_vnode *a_vp;
242 struct m_vnode *a_vp;
247 struct m_vnode *a_vp;
253 struct m_vnode *a_vp;
263 struct m_vnode *a_vp;
269 struct m_vnode *a_vp;
273 struct m_vnode *a_vp;
277 struct m_vnode *a_vp;
286 struct m_vnode *a_vp;
291 struct m_vnode *a_vp;
299 struct m_vnode *a_vp;
307 struct m_vnode *a_vp;
322 struct m_vnode *a_vp;
327 struct m_vnode *a_vp;
333 struct m_vnode *a_dvp;
335 struct m_vnode **a_vpp; /* makefs */
339 struct m_vnode *a_dvp;
340 struct m_vnode **a_vpp;
347 struct m_vnode *a_dvp;
348 struct m_vnode **a_vpp;
355 struct m_vnode *a_dvp;
356 struct m_vnode **a_vpp;
363 struct m_vnode *a_dvp;
364 struct m_vnode **a_vpp;
371 struct m_vnode *a_dvp;
372 struct m_vnode *a_vp;
378 struct m_vnode *a_dvp;
379 struct m_vnode **a_vpp;
387 struct m_vnode *a_dvp;
393 struct m_vnode *a_dvp;
400 struct m_vnode *a_fdvp;
401 struct m_vnode *a_tdvp;
539 vfs_mountedon(struct m_vnode *vp) in vfs_mountedon()
554 vinitvmio(struct m_vnode *vp, off_t filesize, int blksize, int boff) in vinitvmio()
561 getnewvnode(enum vtagtype tag, struct mount *mp, struct m_vnode **vpp, in getnewvnode()
564 struct m_vnode *vp; in getnewvnode()
579 freevnode(struct m_vnode *vp) in freevnode()
589 vn_lock(struct m_vnode *vp, int flags) in vn_lock()
596 vn_unlock(struct m_vnode *vp) in vn_unlock()
602 vget(struct m_vnode *vp, int flags) in vget()
609 vput(struct m_vnode *vp) in vput()
615 vrele(struct m_vnode *vp) in vrele()
621 vhold(struct m_vnode *vp) in vhold()
627 vdrop(struct m_vnode *vp) in vdrop()
633 vx_put(struct m_vnode *vp) in vx_put()
639 vx_downgrade(struct m_vnode *vp) in vx_downgrade()
645 vfinalize(struct m_vnode *vp) in vfinalize()
651 vsetflags(struct m_vnode *vp, int flags) in vsetflags()
657 vclrflags(struct m_vnode *vp, int flags) in vclrflags()
663 vsetisdirty(struct m_vnode *vp) in vsetisdirty()
669 vclrisdirty(struct m_vnode *vp) in vclrisdirty()
675 vfsync(struct m_vnode *vp, int waitfor, int passes, in vfsync()
677 int (*waitoutput)(struct m_vnode *, struct thread *)) in vfsync() argument
684 nvtruncbuf(struct m_vnode *vp, off_t length, int blksize, int boff, int flags) in nvtruncbuf()
691 nvextendbuf(struct m_vnode *vp, off_t olength, off_t nlength, int oblksize, in nvextendbuf()
699 addaliasu(struct m_vnode *vp, int x, int y) in addaliasu()
736 cache_setvp(struct nchandle *nch, struct m_vnode *vp) in cache_setvp()