Searched refs:vnode_impl (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | vnode_impl.h | 49 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 D | mount.h | 129 struct vnode_impl; 166 TAILQ_HEAD(, vnode_impl) mnt_vnodelist; /* list of vnodes this mount */
|
H A D | Makefile | 50 verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h vnode_impl.h \
|
/netbsd-src/sys/gdbscripts/ |
H A D | vdump | 9 set $vi = (struct vnode_impl *)$arg0 12 set $vi = (struct vnode_impl *)$vi->vi_lrulist.tqe_next
|
H A D | vchain | 9 set $vi = (struct vnode_impl *)$arg0
|
/netbsd-src/sys/kern/ |
H A D | vfs_vnode.c | 178 #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 D | vfs_subr.c | 100 #include <sys/vnode_impl.h> 622 typedef TAILQ_HEAD(synclist, vnode_impl) synclist_t; 840 struct vnode_impl *vi; in sched_sync()
|
H A D | vfs_mount.c | 96 #include <sys/vnode_impl.h> 942 struct vnode_impl *vip; in dounmount()
|
/netbsd-src/usr.bin/pmap/ |
H A D | pmap.c | 855 struct vnode_impl vi; in search_cache()
|
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 1912 HASH_SLIST, offsetof(struct vnode_impl, vi_hash),
|