Home
last modified time | relevance | path

Searched refs:ITOV (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/sys/miscfs/fuse/
Dfusefs_node.h53 #ifdef ITOV
54 # undef ITOV
56 #define ITOV(ip) ((ip)->i_vnode) macro
Dfuse_ihash.c93 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/
Dufs_ihash.c96 vp = ITOV(ip); in ufs_ihashget()
155 VOP_LOCK(ITOV(ip), LK_EXCLUSIVE); in ufs_ihashins()
163 VOP_UNLOCK(ITOV(ip)); in ufs_ihashins()
Dufs_quota.c154 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 …]
Dufs_lookup.c596 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()
Dinode.h317 #define ITOV(ip) ((ip)->i_vnode) macro
Dufs_vnops.c1062 vput(ITOV(xp)); in ufs_rename()
1063 vput(ITOV(dp)); in ufs_rename()
/openbsd/src/sys/isofs/cd9660/
Dcd9660_node.h89 #define ITOV(ip) ((ip)->i_vnode) macro
Dcd9660_node.c108 vp = ITOV(ip); in cd9660_ihashget()
143 VOP_LOCK(ITOV(ip), LK_EXCLUSIVE); in cd9660_ihashins()
Dcd9660_lookup.c432 struct vnode *vp = ITOV(ip); in cd9660_bufatoff()
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_inode.c162 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()
Dext2fs_subr.c68 vp = ITOV(ip); in ext2fs_bufatoff()
Dext2fs_extents.c138 vp = ITOV(ip); in ext4_ext_find_extent()
Dext2fs_lookup.c618 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()
Dext2fs_balloc.c60 struct vnode *vp = ITOV(ip); in ext2fs_buf_alloc()
Dext2fs_vnops.c851 vput(ITOV(xp)); in ext2fs_rename()
852 vput(ITOV(dp)); in ext2fs_rename()
1040 cache_purge(ITOV(ip)); in ext2fs_rmdir()
Dext2fs_alloc.c142 pvp = ITOV(pip); in ext2fs_inode_alloc()
/openbsd/src/sys/ufs/ffs/
Dffs_inode.c73 vp = ITOV(ip); in ffs_update()
142 ovp = ITOV(oip); in ffs_truncate()
441 vp = ITOV(ip); in ffs_indirtrunc()
Dffs_subr.c65 vp = ITOV(ip); in ffs_bufatoff()
Dffs_alloc.c210 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()
Dffs_balloc.c84 vp = ITOV(ip); in ffs1_balloc()
417 vp = ITOV(ip); in ffs2_balloc()