Home
last modified time | relevance | path

Searched refs:vi_vnode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dvnode_impl.h73 struct vnode vi_vnode; member
123 #define VIMPL_TO_VNODE(vip) (&(vip)->vi_vnode)
124 #define VNODE_TO_VIMPL(vp) container_of((vp), struct vnode_impl, vi_vnode)
/netbsd-src/sys/gdbscripts/
H A Dvchain12 set $vp = &$vi->vi_vnode
/netbsd-src/sys/kern/
H A Dvfs_mount.c443 vnode_impl_t vi_vnode;
466 vnode_impl_t *mvip = &vni->vi_vnode; in vfs_vnode_iterator_destroy()
485 vnode_impl_t *mvip = &vni->vi_vnode; in vfs_vnode_iterator_next1()
442 vnode_impl_t vi_vnode; global() member
/netbsd-src/usr.bin/pmap/
H A Dpmap.c874 (vi.vi_vnode.v_vflag & VV_ROOT) != 0) in search_cache()
896 return (vi.vi_vnode.v_vflag & VV_ROOT); in search_cache()