Home
last modified time | relevance | path

Searched refs:vnode_impl (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/sys/
H A Dvnode_impl.h49 TAILQ_HEAD(vnodelst, vnode_impl);
72 struct vnode_impl { struct
91 TAILQ_ENTRY(vnode_impl) vi_lrulist; /* d lru list */ argument
94 TAILQ_ENTRY(vnode_impl) vi_synclist; /* s vnodes with dirty bufs */ argument
95 SLIST_ENTRY(vnode_impl) vi_hash; /* c vnode cache list */
97 TAILQ_ENTRY(vnode_impl) vi_mntvnodes; /* m vnodes for mount point */ argument
121 typedef struct vnode_impl vnode_impl_t; argument
124 #define VNODE_TO_VIMPL(vp) container_of((vp), struct vnode_impl, vi_vnode)
H A Dmount.h129 struct vnode_impl;
166 TAILQ_HEAD(, vnode_impl) mnt_vnodelist; /* list of vnodes this mount */
H A DMakefile50 verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h vnode_impl.h \
/netbsd-src/sys/gdbscripts/
H A Dvdump9 set $vi = (struct vnode_impl *)$arg0
12 set $vi = (struct vnode_impl *)$vi->vi_lrulist.tqe_next
H A Dvchain9 set $vi = (struct vnode_impl *)$arg0
/netbsd-src/sys/kern/
H A Dvfs_vnode.c178 #include <sys/vnode_impl.h>
214 SLIST_HEAD(hashhead, vnode_impl);
1398 SLIST_REMOVE(&oldtab[i], vip, vnode_impl, vi_hash); in vcache_reinit()
1657 new_vip, vnode_impl, vi_hash); in vcache_get()
1842 vip, vnode_impl, vi_hash); in vcache_rekey_exit()
1849 new_vip, vnode_impl, vi_hash);
1969 vip, vnode_impl, vi_hash); in vcache_reclaim()
2023 vip, vnode_impl, vi_hash); in vcache_make_anon()
2172 * won't be yanked out from beneath us (the vnode_impl). in vshareklist()
H A Dvfs_subr.c100 #include <sys/vnode_impl.h>
622 typedef TAILQ_HEAD(synclist, vnode_impl) synclist_t;
840 struct vnode_impl *vi; in sched_sync()
H A Dvfs_mount.c96 #include <sys/vnode_impl.h>
942 struct vnode_impl *vip; in dounmount()
/netbsd-src/usr.bin/pmap/
H A Dpmap.c855 struct vnode_impl vi; in search_cache()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1912 HASH_SLIST, offsetof(struct vnode_impl, vi_hash),