Home
last modified time | relevance | path

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

/csrg-svn/sys/isofs/cd9660/
H A Dcd9660_node.h47 struct iso_node { struct
48 struct iso_node *i_next, **i_prev; /* hash chain */ argument
49 struct vnode *i_vnode; /* vnode associated with this inode */
50 struct vnode *i_devvp; /* vnode for block I/O */
51 u_long i_flag; /* see below */
52 dev_t i_dev; /* device where inode resides */
76 #define VTOI(vp) ((struct iso_node *)(vp)->v_data) argument