Searched refs:ITOV (Results 1 – 21 of 21) sorted by relevance
| /openbsd/src/sys/miscfs/fuse/ |
| D | fusefs_node.h | 53 #ifdef ITOV 54 # undef ITOV 56 #define ITOV(ip) ((ip)->i_vnode) macro
|
| D | fuse_ihash.c | 93 vp = ITOV(ip); in fuse_ihashget() 117 VOP_LOCK(ITOV(ip), LK_EXCLUSIVE); in fuse_ihashins() 125 VOP_UNLOCK(ITOV(ip)); in fuse_ihashins()
|
| /openbsd/src/sys/ufs/ufs/ |
| D | ufs_ihash.c | 96 vp = ITOV(ip); in ufs_ihashget() 155 VOP_LOCK(ITOV(ip), LK_EXCLUSIVE); in ufs_ihashins() 163 VOP_UNLOCK(ITOV(ip)); in ufs_ihashins()
|
| D | ufs_quota.c | 154 struct vnode *vp = ITOV(ip); in getinoquota() 231 if (!VOP_ISLOCKED(ITOV(ip))) in ufs_quota_free_blocks2() 274 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 289 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 297 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkdqchg() 356 if (!VOP_ISLOCKED(ITOV(ip))) in ufs_quota_free_inode2() 394 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 409 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 417 ITOV(ip)->v_mount->mnt_stat.f_mntonname, in chkiqchg() 438 struct vnode *vp = ITOV(ip); in chkdquot() [all …]
|
| D | ufs_lookup.c | 596 mp = ITOV(ip)->v_mount; in ufs_dirbad() 936 struct vnode *vdp = ITOV(dp); in ufs_dirrewrite() 978 error = vn_rdwr(UIO_READ, ITOV(ip), (caddr_t)dp, MINDIRSIZ, off, in ufs_dirempty() 1024 vp = ITOV(target); in ufs_checkpath()
|
| D | inode.h | 317 #define ITOV(ip) ((ip)->i_vnode) macro
|
| D | ufs_vnops.c | 1062 vput(ITOV(xp)); in ufs_rename() 1063 vput(ITOV(dp)); in ufs_rename()
|
| /openbsd/src/sys/isofs/cd9660/ |
| D | cd9660_node.h | 89 #define ITOV(ip) ((ip)->i_vnode) macro
|
| D | cd9660_node.c | 108 vp = ITOV(ip); in cd9660_ihashget() 143 VOP_LOCK(ITOV(ip), LK_EXCLUSIVE); in cd9660_ihashins()
|
| D | cd9660_lookup.c | 432 struct vnode *vp = ITOV(ip); in cd9660_bufatoff()
|
| /openbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_inode.c | 162 if (ITOV(ip)->v_mount->mnt_flag & MNT_RDONLY) in ext2fs_update() 209 struct vnode *ovp = ITOV(oip); in ext2fs_truncate() 454 vp = ITOV(ip); in ext2fs_indirtrunc()
|
| D | ext2fs_subr.c | 68 vp = ITOV(ip); in ext2fs_bufatoff()
|
| D | ext2fs_extents.c | 138 vp = ITOV(ip); in ext4_ext_find_extent()
|
| D | ext2fs_lookup.c | 618 vdp = ITOV(ip); in ext2fs_search_dirblock() 983 error = vn_rdwr(UIO_READ, ITOV(ip), (caddr_t)dp, MINDIRSIZ, off, in ext2fs_dirempty() 1031 vp = ITOV(target); in ext2fs_checkpath()
|
| D | ext2fs_balloc.c | 60 struct vnode *vp = ITOV(ip); in ext2fs_buf_alloc()
|
| D | ext2fs_vnops.c | 851 vput(ITOV(xp)); in ext2fs_rename() 852 vput(ITOV(dp)); in ext2fs_rename() 1040 cache_purge(ITOV(ip)); in ext2fs_rmdir()
|
| D | ext2fs_alloc.c | 142 pvp = ITOV(pip); in ext2fs_inode_alloc()
|
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_inode.c | 73 vp = ITOV(ip); in ffs_update() 142 ovp = ITOV(oip); in ffs_truncate() 441 vp = ITOV(ip); in ffs_indirtrunc()
|
| D | ffs_subr.c | 65 vp = ITOV(ip); in ffs_bufatoff()
|
| D | ffs_alloc.c | 210 if ((error = bread(ITOV(ip), lbprev, fs->fs_bsize, &bp)) != 0) in ffs_realloccg() 293 (void) uvm_vnp_uncache(ITOV(ip)); in ffs_realloccg() 359 struct vnode *pvp = ITOV(pip); in ffs_inode_alloc() 469 if (ITOV(pip)->v_flag & VROOT) { in ffs_dirpref()
|
| D | ffs_balloc.c | 84 vp = ITOV(ip); in ffs1_balloc() 417 vp = ITOV(ip); in ffs2_balloc()
|