Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c168 bp->b_file = ip->i_vnode; in ufs_rdwr_data()
359 bp->b_file = ip->i_vnode; in ufs_alloc_data()
431 bp->b_file = ip->i_vnode; in ufs_alloc_data()
H A Dufs_directio.c293 bp->b_file = ip->i_vnode; in directio_start()
H A Dufs_vnops.c4967 bp->b_file = ip->i_vnode; in ufs_getpage_miss()
5070 bp->b_file = ip->i_vnode; in ufs_getpage_ra()
5498 bp->b_file = ip->i_vnode; in ufs_putapage()
6073 bp->b_file = ip->i_vnode; in ufs_pageio()
H A Dufs_subr.c1098 bp->b_file = ip->i_vnode; in ufs_fbiwrite()
H A Dufs_inode.c256 vp = ip->i_vnode = vn_alloc(kmflags); in ufs_inode_cache_constructor()
H A Dufs_dir.c2137 ufs_reset_vnode(ip->i_vnode); in ufs_dirmakeinode()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h352 #define ITOV(IP) ((IP)->i_vnode)
353 #define i_vfs i_vnode->v_vfsp
388 struct vnode *i_vnode; /* vnode associated with this inode */ member
H A Dufs_inode.h190 #define i_vfs i_vnode->v_vfsp
244 struct vnode *i_vnode; /* vnode associated with this inode */ member
496 #define ITOV(IP) ((struct vnode *)(IP)->i_vnode)
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c286 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path, in inode()
307 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path, in inode()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c1280 bp->b_file = ip->i_vnode; in ud_zero_it()
H A Dudf_inode.c355 ip->i_vnode = vp; in ud_iget()
H A Dudf_vnops.c2590 bp->b_file = ip->i_vnode; in ud_page_fill()