tail head cat sleep
QR code linking to this page

Manual Pages  — VFS_UNMOUNT

NAME

VFS_UNMOUNT – unmount a file system

CONTENTS

SYNOPSIS

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

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

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 currently supported by VFS_UNMOUNT() are:
MNT_FORCE
  Open files are forcibly closed before the file system is unmounted.

SEE ALSO

vflush(9), VFS(9), vnode(9)

AUTHORS

This manual page was written by Doug Rabson.

VFS_UNMOUNT (9) May 23, 2009

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

The most important thing in the programming language is the name. A language will not succeed without a good name. I have recently invented a very good name and now I am looking for a suitable language.
— Donald Knuth