VFS_INIT(9)

HOME || NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHORS
NAME
     VFS_INIT -- initialize a file system
SYNOPSIS
     #include <sys/param.h>
     #include <sys/mount.h>
     #include <sys/vnode.h>

     int
     VFS_INIT();
DESCRIPTION
     This function is called once to allow a file system to initialize any
     global data structures that it might have.  It is either called when the
     operating system boots or, for dynamically loaded file systems, when the
     kernel module containing the file system is loaded.
SEE ALSO
     VFS(9), vnode(9)
AUTHORS
     This manual page was written by Doug Rabson.