Home
last modified time | relevance | path

Searched refs:i_vnode (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/fs/filecorefs/
H A Dfilecore_node.h86 struct vnode *i_vnode; /* vnode associated with this inode */ member
107 #define ITOV(ip) ((ip)->i_vnode)
H A Dfilecore_node.c146 ip->i_vnode = vp; in filecore_loadvnode()
/netbsd/sys/fs/cd9660/
H A Dcd9660_node.h66 struct vnode *i_vnode; /* vnode associated with this inode */ member
93 #define ITOV(ip) ((ip)->i_vnode)
H A Dcd9660_vfsops.c719 ip->i_vnode = vp; in cd9660_loadvnode()
/netbsd/sys/ufs/ufs/
H A Dinode.h99 struct vnode *i_vnode; /* Vnode associated with this inode. */ member
289 #define ITOV(ip) ((ip)->i_vnode)
H A Dufs_dirhash.c159 vp = ip->i_vnode; in ufsdirhash_build()
388 vp = ip->i_vnode; in ufsdirhash_lookup()
541 error = ufs_blkatoff(ip->i_vnode, (off_t)pos, (void *)&dp, &bp, false); in ufsdirhash_findfree()
/netbsd/sys/ufs/lfs/
H A Dulfs_inode.h228 #define ITOV(ip) ((ip)->i_vnode)
H A Dlfs_inode.h107 struct vnode *i_vnode; /* Vnode associated with this inode. */ member
H A Dulfs_dirhash.c162 vp = ip->i_vnode; in ulfsdirhash_build()
394 vp = ip->i_vnode; in ulfsdirhash_lookup()
547 error = ulfs_blkatoff(ip->i_vnode, (off_t)pos, (void *)&dp, &bp, false); in ulfsdirhash_findfree()
H A Dlfs_vfsops.c1586 ip->i_vnode = vp; in lfs_init_vnode()
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c993 ip->i_vnode = vp; in ext2fs_init_vnode()
/netbsd/sys/ufs/ffs/
H A Dffs_vfsops.c2097 ip->i_vnode = vp; in ffs_init_vnode()