Searched defs:iso_node (Results 1 – 1 of 1) sorted by relevance
61 struct iso_node { struct62 struct iso_node *i_next; /* hash chain */ argument63 struct vnode *i_vnode; /* vnode associated with this inode */64 struct vnode *i_devvp; /* vnode for block I/O */65 u_long i_flag; /* see below */89 #define VTOI(vp) ((struct iso_node *)(vp)->v_data) argument