*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> getnewvnode (9)              
Title
Content
Arch
Section
 

GETNEWVNODE(9)

Contents


NAME    [Toc]    [Back]

     getnewvnode -- get a new vnode

SYNOPSIS    [Toc]    [Back]

     #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);

DESCRIPTION    [Toc]    [Back]

     The 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 VALUES    [Toc]    [Back]

     getnewvnode() returns 0 on success.  There are currently no failure conditions
 - that do not result in a panic.

AUTHORS    [Toc]    [Back]

     This man page was written by Chad David <[email protected]>.


FreeBSD 5.2.1		       November 21, 2001		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
VOP_SETATTR NetBSD vnode operations
VOP_RENAME NetBSD vnode operations
VOP_MKDIR NetBSD vnode operations
VOP_RMDIR NetBSD vnode operations
VOP_SYMLINK NetBSD vnode operations
VOP_READDIR NetBSD vnode operations
VOP_READLINK NetBSD vnode operations
VOP_ABORTOP NetBSD vnode operations
VOP_LINK NetBSD vnode operations
VOP_REMOVE NetBSD vnode operations
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service