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

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

VFS_VGET(9)

Contents


NAME    [Toc]    [Back]

     VFS_VGET -- convert an inode number to a vnode

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <sys/mount.h>
     #include <sys/vnode.h>

     int
     VFS_VGET(struct mount *mp, ino_t ino, int flags, struct vnode **vpp);

DESCRIPTION    [Toc]    [Back]

     This converts an inode number into a locked vnode.

     Its arguments are:

     mp     The file system.

     ino    The inode representing the file.

     flags  Additional locking flags to pass through.

     vpp    Return parameter for the vnode.

     This is an optional file system entry-point for file systems which have a
     unique id number for every file in the file system.  It is used internally
 by the UFS file system and also by the NFSv3 server to implement
     the READDIRPLUS nfs call.

     If the file system does not support this call, then it should return
     EOPNOTSUPP.

SEE ALSO    [Toc]    [Back]

      
      
     VFS(9), vget(9), vnode(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Doug Rabson.


FreeBSD 5.2.1			 July 24, 1996			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
strmode NetBSD convert inode status information into a symbolic string
strmode OpenBSD convert inode status information into a symbolic string
strmode FreeBSD convert inode status information into a symbolic string
vfinddev OpenBSD lookup a vnode by device number
ecvt_r Tru64 Convert a floatingpoint number to a string
fcvt_r Tru64 Convert a floatingpoint number to a string
fcvt Tru64 Convert a floatingpoint number to a string
DTpnotodec IRIX convert BCD program number to decimal
gcvt Tru64 Convert a floatingpoint number to a string
ecvt Tru64 Convert a floatingpoint number to a string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service