Lines Matching full:vnode
166 on the bypass routine, through which nearly all vnode operations
169 The bypass routine accepts arbitrary vnode operations for
171 It begins by examining vnode
177 in the arguments and, if a vnode is returned by the operation,
178 stacks a null-node on top of the returned vnode.
199 .Sh INSTANTIATING VNODE STACKS
202 Vnode stacks are instead
205 The initial mount creates a single vnode stack for the
207 All other vnode stacks
208 are created as a result of vnode operations on
209 this or other null vnode stacks.
211 New vnode stacks come into existence as a result of
212 an operation which returns a vnode.
214 vnode before returning it to the caller.
230 to the lower layer which would return a vnode representing
240 process when constructing other vnode stacks.
264 by mapping a vnode argument to the lower layer.
275 A second approach is to directly invoke vnode operations on
282 is that vnode arguments must be manually mapped.