Home
last modified time | relevance | path

Searched defs:iso_node (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_node.h55 struct iso_node { struct
56 struct iso_node *i_next, **i_prev; /* hash chain */ argument
57 struct vnode *i_vnode; /* vnode associated with this inode */
58 struct vnode *i_devvp; /* vnode for block I/O */
59 u_int i_flag; /* see below */
60 dev_t i_dev; /* device where inode resides */
61 cdino_t i_number; /* the identity of the inode */
63 struct iso_mnt *i_mnt; /* filesystem associated with this inode */
64 doff_t i_endoff; /* end of useful stuff in directory */
88 #define VTOI(vp) ((struct iso_node *)(vp)->v_data) argument
/openbsd-src/usr.sbin/procmap/
H A Dprocmap.c139 struct iso_node iso_node; member