|
NAMEVFS_ROOT —
return the root vnode of a file system
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
DESCRIPTIONReturn a locked vnode for the root directory of the file system.Its arguments are:
SEE ALSOVFS(9), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |