Searched defs:iso_node (Results 1 – 2 of 2) sorted by relevance
55 struct iso_node { struct56 struct iso_node *i_next, **i_prev; /* hash chain */ argument57 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
139 struct iso_node iso_node; member