| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_inode.h | 134 #ifdef ITOV 135 # undef ITOV 141 #define ITOV(ip) ((ip)->vp) macro
|
| H A D | chfs_write.c | 418 struct vnode *vp = ITOV(ip); in chfs_do_link() 471 struct vnode *vp = ITOV(ip); in chfs_do_unlink()
|
| H A D | chfs_readinode.c | 1082 chfs_set_vnode_size(ITOV(ip), fvnode->dn_size); in chfs_read_inode_internal()
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_lookup.c | 746 struct mount *mp = ITOV(ip)->v_mount; in ufs_dirbad() 850 if (FSFMT(ITOV(ip))) in ufs_makedirentry() 1215 UFS_WAPBL_UPDATE(ITOV(ip), NULL, NULL, 0); in ufs_dirremove() 1233 UFS_SNAPGONE(ITOV(ip)); in ufs_dirremove() 1261 struct vnode *vdp = ITOV(dp); in ufs_dirrewrite() 1273 UFS_WAPBL_UPDATE(ITOV(oip), NULL, NULL, UPDATE_DIROP); in ufs_dirrewrite() 1282 UFS_SNAPGONE(ITOV(oip)); in ufs_dirrewrite() 1305 const int fsfmt = FSFMT(ITOV(ip)); in ufs_dirempty() 1310 error = ufs_bufio(UIO_READ, ITOV(ip), dp, MINDIRSIZ, in ufs_dirempty()
|
| H A D | ufs_quota1.c | 132 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 148 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 156 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 240 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 256 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 264 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg()
|
| H A D | ufs_quota.c | 124 dqrele(ITOV(ip), ip->i_dquot[i]); in ufsquota_free() 749 struct vnode *vp = ITOV(ip); in getinoquota() 769 dqrele(ITOV(ip), ip->i_dquot[i]); in getinoquota()
|
| H A D | inode.h | 289 #define ITOV(ip) ((ip)->i_vnode) macro
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | ulfs_quota1.c | 133 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 149 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 157 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 240 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 256 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 264 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg()
|
| H A D | ulfs_inode.h | 228 #define ITOV(ip) ((ip)->i_vnode) macro
|
| H A D | ulfs_quota.c | 125 lfs_dqrele(ITOV(ip), ip->i_dquot[i]); in ulfsquota_free() 766 struct vnode *vp = ITOV(ip); in lfs_getinoquota() 786 lfs_dqrele(ITOV(ip), ip->i_dquot[i]); in lfs_getinoquota()
|
| H A D | ulfs_lookup.c | 643 mp = ITOV(ip)->v_mount; in ulfs_dirbad() 1101 struct vnode *vdp = ITOV(dp); in ulfs_dirrewrite() 1147 error = ulfs_bufio(UIO_READ, ITOV(ip), (void *)dp, MINDIRSIZ, in ulfs_dirempty()
|
| H A D | lfs_subr.c | 370 vp = ITOV(ip); in lfs_unmark_dirop()
|
| H A D | lfs_vnops.c | 1612 vp = ITOV(ip); in lfs_flush_dirops() 1756 struct mount *mp = ITOV(ip)->v_mount; in lfs_flush_pchain()
|
| H A D | lfs_inode.c | 759 vp = ITOV(ip); in lfs_indirtrunc()
|
| /netbsd-src/sys/fs/cd9660/ |
| H A D | cd9660_node.c | 169 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift), in cd9660_defattr() 219 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift), in cd9660_deftstamp()
|
| H A D | cd9660_node.h | 93 #define ITOV(ip) ((ip)->i_vnode) macro
|
| /netbsd-src/sys/fs/filecorefs/ |
| H A D | filecore_node.h | 107 #define ITOV(ip) ((ip)->i_vnode) macro
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_lookup.c | 754 struct vnode *vdp = ITOV(ip); in ext2fs_search_dirblock() 1099 struct vnode *vdp = ITOV(dp); in ext2fs_dirrewrite() 1137 error = ufs_bufio(UIO_READ, ITOV(ip), (void *)dp, MINDIRSIZ, in ext2fs_dirempty()
|
| H A D | ext2fs_htree.c | 666 struct vnode *vp = ITOV(ip); in ext2fs_htree_check_next() 725 vp = ITOV(ip); in ext2fs_htree_find_leaf() 817 vp = ITOV(ip); in ext2fs_htree_lookup()
|
| H A D | ext2fs_balloc.c | 101 struct vnode *vp = ITOV(ip); in ext2fs_balloc()
|
| H A D | ext2fs_inode.c | 531 vp = ITOV(ip); in ext2fs_indirtrunc()
|
| H A D | ext2fs_vnops.c | 812 cache_purge(ITOV(ip)); in ext2fs_rmdir()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 207 struct vnode *vp = ITOV(ip); in ffs_alloc() 336 if (ITOV(ip)->v_type == VREG) { in ffs_realloccg() 338 struct uvm_object *uobj = &ITOV(ip)->v_uobj; in ffs_realloccg() 390 (error = bread(ITOV(ip), lbprev, osize, 0, &bp)) != 0) { in ffs_realloccg() 499 (ITOV(ip)->v_type != VREG)) { in ffs_realloccg() 660 if (ITOV(pip)->v_vflag & VV_ROOT) { in ffs_dirpref()
|
| H A D | ffs_inode.c | 674 vp = ITOV(ip); in ffs_indirtrunc() 737 ((level > SINGLE) || (ITOV(ip)->v_type != VREG))) { in ffs_indirtrunc()
|
| H A D | ffs_snapshot.c | 1140 error = indiracct(snapvp, ITOV(cancelip), i, 1401 vrele(ITOV(ip)); in ffs_snapgone() 1572 vp = ITOV(ip); in ffs_snapblkfree() 1860 vp = ITOV(xp); in ffs_snapshot_unmount() 1963 vp = ITOV(ip); in ffs_copyonwrite()
|