Query: vop_revoke
OS: freebsd
Section: 9
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VOP_REVOKE(9) BSD Kernel Developer's Manual VOP_REVOKE(9)NAMEVOP_REVOKE -- revoke access to a device and its aliasesSYNOPSIS#include <sys/param.h> #include <sys/vnode.h> int VOP_REVOKE(struct vnode *vp, int flags);DESCRIPTIONVOP_REVOKE() will administratively revoke access to the device specified by vp, as well as any aliases created via make_dev_alias(9). Fur- ther 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.LOCKSThe vp must be unlocked on entry, and will remain unlocked upon return.SEE ALSOmake_dev_alias(9), vnode(9)AUTHORSThis manual page was written by Brian Fundakowski Feldman.BSDFebruary 5, 2002 BSD
Related Man Pages |
---|
vput(9) - freebsd |
vput(9) - debian |
vunref(9) - debian |
vrele(9) - opensolaris |
vput(9) - minix |
Similar Topics in the Unix Linux Community |
---|
The Whole Story on #! /usr/bin/ksh |
A simple UNIXtime component in Vue.js |
Reason for no directory creation date |
Valid separator in time and date format |