DragonFly On-Line Manual Pages

Search: Section:  


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

NAME

VFS_START -- make a filesystem operational

SYNOPSIS

#include <sys/param.h> #include <sys/mount.h> #include <sys/vnode.h> int VFS_START(struct mount *mp, int flags);

DESCRIPTION

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

SEE ALSO

VFS(9), vnode(9)

AUTHORS

This man page was written by Doug Rabson. DragonFly 3.5 July 24, 1996 DragonFly 3.5

Search: Section: