|
NAMEVFS_VGET —
convert an inode number to a vnode
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
DESCRIPTIONTheVFS_VGET () looks up or creates a vnode from a
(mount, inode#) tuple.
Its arguments are:
This is an optional file system entry-point for file systems mainly intended for NFS server use, but many file systems use it internally in VOP_LOOKUP(9) and similar. If the file system does not support this call, then it should
return Please see SEE ALSOVFS(9), vget(9), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |