OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vnode_impl
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/sys/
vnode_impl.h
1
/* $NetBSD:
vnode_impl
.h,v 1.27 2023/08/01 16:33:43 dholland Exp $ */
49
TAILQ_HEAD(vnodelst,
vnode_impl
);
72
struct
vnode_impl
{
struct
91
TAILQ_ENTRY(
vnode_impl
) vi_lrulist; /* d lru list */
94
TAILQ_ENTRY(
vnode_impl
) vi_synclist; /* s vnodes with dirty bufs */
95
SLIST_ENTRY(
vnode_impl
) vi_hash; /* c vnode cache list */
97
TAILQ_ENTRY(
vnode_impl
) vi_mntvnodes; /* m vnodes for mount point */
121
typedef struct
vnode_impl
vnode_impl_t;
124
#define VNODE_TO_VIMPL(vp) container_of((vp), struct
vnode_impl
, vi_vnode)
mount.h
129
struct
vnode_impl
;
166
TAILQ_HEAD(,
vnode_impl
) mnt_vnodelist; /* list of vnodes this mount */
Makefile
50
verified_exec.h videoio.h vmmeter.h vnode.h vnode_if.h
vnode_impl
.h \
/src/usr.bin/pmap/
pmap.h
49
#include <sys/
vnode_impl
.h>
pmap.c
855
struct
vnode_impl
vi;
864
/* Pull down
vnode_impl
for vnode. */
/src/sys/kern/
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);
1657
new_vip,
vnode_impl
, vi_hash);
1842
vip,
vnode_impl
, vi_hash);
1849
new_vip,
vnode_impl
, vi_hash);
1969
vip,
vnode_impl
, vi_hash);
2023
vip,
vnode_impl
, vi_hash);
2172
* won't be yanked out from beneath us (the
vnode_impl
).
vfs_init.c
90
#include <sys/
vnode_impl
.h>
vfs_subr.c
100
#include <sys/
vnode_impl
.h>
622
typedef TAILQ_HEAD(synclist,
vnode_impl
) synclist_t;
840
struct
vnode_impl
*vi;
vfs_mount.c
96
#include <sys/
vnode_impl
.h>
942
struct
vnode_impl
*vip;
vfs_cache.c
213
#include <sys/
vnode_impl
.h>
init_sysctl.c
69
#include <sys/
vnode_impl
.h> /* For vfs_drainvnodes(). */
vfs_vnops.c
95
#include <sys/
vnode_impl
.h>
vfs_lookup.c
66
#include <sys/
vnode_impl
.h>
/src/sys/miscfs/genfs/
genfs_vnops.c
69
#include <sys/
vnode_impl
.h>
/src/usr.bin/vmstat/
vmstat.c
101
#include <sys/
vnode_impl
.h>
1928
HASH_SLIST, offsetof(struct
vnode_impl
, vi_hash),
/src/sys/miscfs/specfs/
spec_vnops.c
75
#include <sys/
vnode_impl
.h>
Completed in 40 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025