DOKK / manpages / debian 10 / freebsd-manpages / VOP_PRINT.9freebsd.en
VOP_PRINT(9) Kernel Developer's Manual VOP_PRINT(9)

VOP_PRINTprint debugging information

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

int
VOP_PRINT(struct vnode *vp);

The arguments are:

vp
The vnode to print.

Zero is returned on success, otherwise an error is returned.

vnode(9)

This manual page was written by Doug Rabson.

July 24, 1996 Debian