|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
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 6.2 January 7, 2005 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:37:07 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5080 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4745 hits) (Solaris 10 11_06)
CPAN man page (4465 hits) (Suse Linux 10.1)
ssh man page (4248 hits) (Suse Linux 10.1)
svn man page (4222 hits) (FreeBSD 6.2)
startproc man page (2190 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2183 hits) (Solaris 10 11_06)
netcat man page (2151 hits) (Suse Linux 10.1)
pprosetup man page (2007 hits) (Solaris 10 11_06)
signal man page (1991 hits) (Suse Linux 10.1)
|