Query: getnewvnode
OS: minix
Section: 9
Links: minix man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETNEWVNODE(9) BSD Kernel Developer's Manual GETNEWVNODE(9)NAMEgetnewvnode -- get a new vnodeSYNOPSIS#include <sys/param.h> #include <sys/vnode.h> #include <sys/mount.h> int getnewvnode(const char *tag, struct mount *mp, vop_t **vops, struct vnode **vpp);DESCRIPTIONThe getnewvnode() 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 getnewvnode() are: tag The file system type string. This field should only be referenced for debugging or for userland utilities. mp The mount point to add the new vnode to. vops The vnode operations to assign to the new vnode. vpp Points to the new vnode upon successful completion.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>.BSDNovember 21, 2001 BSD
Related Man Pages |
---|
insmntque1(9) - debian |
vput(9) - debian |
vrele(9) - freebsd |
vrele(9) - opensolaris |
vput(9) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
New FB Page for Forums |
Basic Android platform information. |
Is UNIX an open source OS ? |
Study UNIX Kernel |
Just getting started with UNIX programming and administration |