Manpage of 'VOP_REVOKE' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for VOP_REVOKE
Other pages
for VOP_REVOKE
More pages
containing VOP_REVOKE

Section 9 manual page or howto for 'VOP_REVOKE'  

VOP_REVOKE(9)	       FreeBSD Kernel Developer's Manual	 VOP_REVOKE(9)

NAME
     VOP_REVOKE -- revoke access to a device and its aliases

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

     int
     VOP_REVOKE(struct vnode *vp, int flags);

DESCRIPTION
     VOP_REVOKE() will administratively revoke access to the device specified
     by vp, as well as any aliases created via make_dev_alias(9).  Further
     file operations on any of these devices by processes which have them open
     will nominally fail.  The flags must be set to REVOKEALL to signify that
     all access will be revoked; any other value is invalid.

LOCKS
     The vp must be unlocked on entry, and will remain unlocked upon return.

SEE ALSO
     make_dev_alias(9), vnode(9)

AUTHORS
     This manual page was written by Brian Fundakowski Feldman.

FreeBSD 7.2		       February 5, 2002 		   FreeBSD 7.2

NAME - SYNOPSIS - DESCRIPTION - LOCKS - SEE ALSO - AUTHORS -  
A random manual page         All manual pages        All RFC pages