Query: vfs_unbusy
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFS_UNBUSY(9) BSD Kernel Developer's Manual VFS_UNBUSY(9)NAMEvfs_unbusy -- unbusy a mount pointSYNOPSIS#include <sys/param.h> #include <sys/mount.h> void vfs_unbusy(struct mount *mp);DESCRIPTIONThe 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 ALSOvfs_busy(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDJune 14, 2010 BSD
| Related Man Pages |
|---|
| insmntque(9) - debian |
| vfs_setpublicfs(9) - netbsd |
| vfs_export(9) - netbsd |
| vfs_detach(9) - netbsd |
| vfs_mountalloc(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| Weird 'find' results |
| New UNIX and Linux History Sections |