Query: vfs_unmount
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFS_UNMOUNT(9) BSD Kernel Developer's Manual VFS_UNMOUNT(9)NAMEVFS_UNMOUNT -- unmount a file systemSYNOPSIS#include <sys/param.h> #include <sys/mount.h> #include <sys/vnode.h> int VFS_UNMOUNT(struct mount *mp, int mntflags);DESCRIPTIONThe 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 currently supported by VFS_UNMOUNT() are: MNT_FORCE Open files are forcibly closed before the file system is unmounted.SEE ALSOvflush(9), VFS(9), vnode(9)AUTHORSThis manual page was written by Doug Rabson.BSDMay 23, 2009 BSD
Related Man Pages |
---|
vfs_root(9) - netbsd |
vfs_sync(9) - netbsd |
vfs_checkexp(9) - netbsd |
vfs_start(9) - netbsd |
vfs_suspendctl(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |