Manpage of 'VFS_UNMOUNT' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for VFS_UNMOUNT
Other pages
for VFS_UNMOUNT
More pages
containing VFS_UNMOUNT

Section 9 manual page or howto for 'VFS_UNMOUNT'  

VFS_UNMOUNT(9)	       FreeBSD Kernel Developer's Manual	VFS_UNMOUNT(9)

NAME
     VFS_UNMOUNT -- unmount a file system

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

     int
     VFS_UNMOUNT(struct mount *mp, int mntflags, struct thread *td);

DESCRIPTION
     The VFS_UNMOUNT() macro unmounts a file system.

     The arguments it expects are:

     mp        The file system.

     mntflags  Bit-mask of flags for the unmount operation.  The flags cur-
	       rently supported by VFS_UNMOUNT() are:

	       MNT_FORCE  Open files are forcibly closed before the file sys-

			  tem is unmounted.

     td        Thread which is unmounting the file system.

SEE ALSO
     vflush(9), VFS(9), vnode(9)

AUTHORS
     This manual page was written by Doug Rabson.

FreeBSD 7.2			January 7, 2005 		   FreeBSD 7.2

NAME - SYNOPSIS - DESCRIPTION - SEE ALSO - AUTHORS -  
All manual pages         All RFC pages
Common page
for VFS_UNMOUNT
Other pages
for VFS_UNMOUNT
More pages
containing VFS_UNMOUNT
A random manual page         All manual pages        All RFC pages