VDEVGONE(9) | Kernel Developer's Manual | VDEVGONE(9) |
vdevgone
— revoke
all specified minor numbered vnodes for a device
#include
<sys/param.h>
#include <sys/vnode.h>
void
vdevgone
(int maj,
int minl, int minh,
enum vtype type);
The
vdevgone
()
function will revoke all the vnodes corresponding to the specified minor
number range for the device with a major number of maj
and of type type.
Its arguments are:
The endpoints specified by minl and minh are inclusive.
This man page was originally written for OpenBSD.
November 14, 2020 | OpenBSD-current |