DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

vnode - Display the vnode structure

SYNOPSIS

vnode address
vnode+ address
Vnode address

DESCRIPTION

The vnode macro takes one argument, that of a vnode address. This macro prints the vnode structure.

The vnode structure is defined in /usr/include/sys/vnode.h.

The vnode+ macro is the same as vnode, but set up the nx macro.

The Vnode macro is new to 1.3. It displays the vnode structure and page list (if any).

The data field (v_data) is a pointer to the inode structure for a specific file system. See uinode.

Typical output looks like this:

  S> vnode D1297000
  [D1297000]  type D10C7600: ??? flag 0000:
  count   00000.  vfsmnt D12CEBC4   ops D129701C  stream D12CEBC4  locks D1297038
   rdev 00000000    vfsp 00000040  data D13084C4   pages D0058F00

DEFINED IN

vnode.k

SEE ALSO

streams, uinode, user

APPENDIX A: Alphabetic Index of Macros