Lines Matching full:vnode
37 .Nd decrement the use count for a vnode
42 .Fn vput "struct vnode *vp"
44 .Fn vrele "struct vnode *vp"
46 .Fn vunref "struct vnode *vp"
50 field of a vnode.
53 the vnode to decrement
58 function takes an unlocked vnode and returns with the vnode unlocked.
62 function should be given a locked vnode as argument, the vnode is unlocked
74 function takes a locked vnode as argument, and returns with the vnode locked.
76 Any code in the system which signified its use of a vnode by usecount
80 field of the non-doomed vnode reaches zero, then it will be inactivated
85 function may lock the vnode.
88 The hold count for the vnode is always greater or equal to the usecount.
89 Non-forced unmount fails when mount point owns a vnode that has non-zero
94 .Xr vnode 9 ,