tail head cat sleep
QR code linking to this page

Manual Pages  — VFS_UNBUSY

NAME

vfs_unbusy – unbusy a mount point

CONTENTS

SYNOPSIS

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

void
vfs_unbusy(struct mount *mp);

DESCRIPTION

The vfs_unbusy() function un-busies a mount point by decrementing the reference count of a mount point. The reference count is typically incremented by calling vfs_busy(9) prior to this call.

Its arguments are:
mp
  The mount point to unbusy.

SEE ALSO

vfs_busy(9)

AUTHORS

This manual page was written by Chad David <Mt davidc@acns.ab.ca>.

VFS_UNBUSY (9) June 14, 2010

tail head cat sleep
QR code linking to this page


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