![]() |
![]()
| ![]() |
![]()
NAMEgetnewvnode —
get a new vnode
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
#include <sys/mount.h>
int
DESCRIPTIONThegetnewvnode () function initializes a new vnode,
assigning it the vnode operations passed in vops. The
vnode is either freshly allocated, or taken from the head of the free list
depending on the number of vnodes already in the system.
The arguments to
RETURN VALUESgetnewvnode () returns 0 on success. There are currently
no failure conditions - that do not result in a panic.
AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
|