Lines Matching full:vnode
31 .Nm vnode
37 The vnode is the focus of all file activity in
39 A vnode is described by
40 .Vt "struct vnode" .
42 unique vnode allocated for each active file, each current directory,
45 Each vnode has three reference counts,
51 using this vnode.
58 the recycling of this vnode.
68 of a vnode reaches zero then the vnode will be put on the freelist
80 Any call which returns a vnode (e.g.,\&
86 of the vnode by one.
87 When the caller is finished with the vnode, it
92 if the vnode is locked).
94 Other commonly used members of the vnode structure are
98 which points at the file system which owns the vnode,
100 which contains the type of object the vnode represents and
103 the vnode.
108 functions to call functions in the file system which implement the vnode's
122 .Sh VNODE TYPES
147 Indicates that the vnode has been reclaimed.