man.bsd.lv manual page server

Manual Page Search Parameters

VFS_START(9) Kernel Developer's Manual VFS_START(9)

VFS_STARTmake a filesystem operational

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

int
VFS_START(struct mount *mp, int flags);

This is called after VFS_MOUNT(9) and before the first access to the filesystem. Its arguments are:
mp
The filesystem.
flags
??

VFS(9), vnode(9)

This man page was written by Doug Rabson.

July 24, 1996 DragonFly-5.6.1