Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/isofs/cd9660/
H A Dcd9660_node.h61 struct iso_node { struct
62 struct iso_node *i_next; /* hash chain */ argument
63 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