Searched refs:i_vnode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h119 struct vnode *i_vnode; /* vnode associated with this inode */ member in struct:iso_node
166 #define ITOV(ip) ((ip)->i_vnode)
H A Dcd9660_vfsops.c1373 ip->i_vnode = vp;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dinode.h92 struct vnode *i_vnode;/* Vnode associated with this inode. */ member in struct:inode
172 #define ITOV(ip) ((ip)->i_vnode)
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c1394 ip->i_vnode = vp;

Completed in 32 milliseconds