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

/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_node.h61 struct vnode *i_vnode; /* vnode associated with this inode */ member in struct:iso_node
80 #define ITOV(ip) ((ip)->i_vnode)
H A Dcd9660_vfsops.c715 ip->i_vnode = vp;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dinode.h75 struct vnode *i_vnode;/* Vnode associated with this inode. */ member in struct:inode
185 #define ITOV(ip) ((ip)->i_vnode)
H A Dext2_extattr.c661 ext2_update(ip->i_vnode, 1);
730 error = ext2_update(ip->i_vnode, 1);
1179 ext2_update(ip->i_vnode, 1);
1186 ext2_update(ip->i_vnode, 1);
1258 ext2_update(ip->i_vnode, 1);
H A Dext2_extents.c516 ext2_update(ip->i_vnode, 1);
633 error = ext2_update(ip->i_vnode, 1);
695 ext2_update(ip->i_vnode, 1);
719 ext2_update(ip->i_vnode, 1);
1182 ext2_update(ip->i_vnode, 1);
H A Dext2_acl.c469 error = ext2_update(ip->i_vnode, 1);
H A Dext2_vfsops.c1228 ip->i_vnode = vp;
H A Dext2_alloc.c437 ip->i_vnode = vp;
/freebsd-13-stable/lib/libprocstat/
H A Dudf.c72 struct vnode *i_vnode; member in struct:udf_node
/freebsd-13-stable/sys/fs/udf/
H A Dudf.h34 struct vnode *i_vnode; member in struct:udf_node
H A Dudf_vfsops.c626 unode->i_vnode = vp;
H A Dudf_vnops.c1308 struct vnode *vp = node->i_vnode;
/freebsd-13-stable/sys/ufs/ufs/
H A Dinode.h83 struct vnode *i_vnode;/* Vnode associated with this inode. */ member in struct:inode
216 #define ITOVFS(ip) ((ip)->i_vnode->v_mount)
261 #define ITOV(ip) ((ip)->i_vnode)
H A Dufs_dirhash.c197 vp = ip->i_vnode;
283 ASSERT_VOP_ELOCKED(ip->i_vnode, __FUNCTION__);
305 vp = ip->i_vnode;
363 if (ip->i_size < ufs_mindirhashsize || OFSFMT(ip->i_vnode) ||
375 vp = ip->i_vnode;
495 vp = ip->i_vnode;
594 vp = ip->i_vnode;
730 error = UFS_BLKATOFF(ip->i_vnode, (off_t)pos, (char **)&dp, &bp);
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_vfsops.c2007 ip->i_vnode = vp;

Completed in 200 milliseconds