HomeSort by: relevance | last modified time | path
    Searched defs:i_vnode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_node.h 86 struct vnode *i_vnode; /* vnode associated with this inode */ member in struct:filecore_node
107 #define ITOV(ip) ((ip)->i_vnode)
  /src/sys/fs/cd9660/
cd9660_node.h 66 struct vnode *i_vnode; /* vnode associated with this inode */ member in struct:iso_node
93 #define ITOV(ip) ((ip)->i_vnode)
  /src/sys/ufs/lfs/
lfs_inode.h 107 struct vnode *i_vnode; /* Vnode associated with this inode. */ member in struct:inode
  /src/sys/ufs/ufs/
inode.h 99 struct vnode *i_vnode; /* Vnode associated with this inode. */ member in struct:inode
289 #define ITOV(ip) ((ip)->i_vnode)

Completed in 41 milliseconds