OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_data
(Results
1 - 25
of
115
) sorted by relevancy
1
2
3
4
5
/src/sys/ufs/mfs/
mfsnode.h
58
#define VTOMFS(vp) ((struct mfsnode *)(vp)->
v_data
)
/src/sys/miscfs/fdesc/
fdesc.h
66
#define VTOFDESC(vp) ((struct fdescnode *)(vp)->
v_data
)
/src/sys/fs/v7fs/
v7fs_vnops.c
97
struct v7fs_node *parent_node = dvp->
v_data
;
206
struct v7fs_node *parent_node = a->a_dvp->
v_data
;
244
struct v7fs_node *newnode = (*a->a_vpp)->
v_data
;
269
struct v7fs_node *parent_node = dvp->
v_data
;
297
struct v7fs_node *newnode = (*a->a_vpp)->
v_data
;
318
struct v7fs_node *v7node = vp->
v_data
;
343
struct v7fs_node *v7node = vp->
v_data
;
397
struct v7fs_node *v7node = vp->
v_data
;
418
struct v7fs_node *v7node = vp->
v_data
;
465
struct v7fs_node *v7node = vp->
v_data
;
[
all
...]
/src/sys/fs/efs/
efs_inode.h
60
#define EFS_VTOI(vp) ((struct efs_inode *)(vp)->
v_data
)
/src/sys/miscfs/genfs/
layer.h
113
#define VTOLAYER(vp) ((struct layer_node *)(vp)->
v_data
)
genfs_node.h
82
#define VTOG(vp) ((struct genfs_node *)(vp)->
v_data
)
/src/sys/fs/sysvbfs/
sysvbfs_vnops.c
74
struct sysvbfs_node *bnode = v->
v_data
;
139
struct sysvbfs_node *bnode = a->a_dvp->
v_data
;
169
bnode = (*a->a_vpp)->
v_data
;
187
struct sysvbfs_node *bnode = v->
v_data
;
214
struct sysvbfs_node *bnode = v->
v_data
;
270
struct sysvbfs_node *bnode = vp->
v_data
;
293
struct sysvbfs_node *bnode = vp->
v_data
;
335
struct sysvbfs_node *bnode = vp->
v_data
;
429
struct sysvbfs_node *bnode = v->
v_data
;
476
struct sysvbfs_node *bnode = v->
v_data
;
[
all
...]
/src/sys/fs/filecorefs/
filecore_node.c
189
vp->
v_data
= ip;
255
pool_put(&filecore_node_pool, vp->
v_data
);
256
vp->
v_data
= NULL;
filecore_node.h
106
#define VTOI(vp) ((struct filecore_node *)(vp)->
v_data
)
/src/sys/coda/
cnode.h
111
#define VTOC(vp) ((struct cnode *)(vp)->
v_data
)
112
#define SET_VTOC(vp) ((vp)->
v_data
)
/src/sbin/fsck_lfs/
lfs_user.h
72
#define VTOI(vp) ((struct inode *)(vp)->
v_data
)
vnode.h
47
void *
v_data
;
member in struct:uvnode
vnode.c
66
#define VTOI(vp) ((struct inode *)(vp)->
v_data
)
146
free(tossvp->
v_data
);
/src/sys/arch/powerpc/powerpc/
procfs_machdep.c
34
struct pfsnode *pfs = vp->
v_data
;
/src/sys/fs/cd9660/
cd9660_node.h
92
#define VTOI(vp) ((struct iso_node *)(vp)->
v_data
)
/src/sys/miscfs/overlay/
overlay.h
113
#define VTOOVERLAY(vp) ((struct overlay_node *)(vp)->
v_data
)
/src/sys/miscfs/umapfs/
umap.h
96
#define VTOUMAP(vp) ((struct umap_node *)(vp)->
v_data
)
/src/usr.bin/fstat/
zfs_znode.h
41
#define VTOZ(VP) ((znode_t *)(VP)->
v_data
)
/src/sys/rump/librump/rumpvfs/
rumpfs.c
483
rn = vp->
v_data
;
619
struct rumpfs_node *rn = vp->
v_data
;
680
struct rumpfs_node *rnd = dvp->
v_data
, *rn;
865
struct rumpfs_node *rn = vp->
v_data
;
886
struct rumpfs_node *rn = vp->
v_data
;
904
struct rumpfs_node *rn = vp->
v_data
;
1027
struct rumpfs_node *rnd = dvp->
v_data
, *rn;
1056
struct rumpfs_node *rnd = dvp->
v_data
;
1057
struct rumpfs_node *rn = vp->
v_data
;
1096
struct rumpfs_node *rnd = dvp->
v_data
;
[
all
...]
/src/sys/fs/ptyfs/
ptyfs.h
156
#define VTOPTYFS(vp) ((struct ptyfsnode *)(vp)->
v_data
)
/src/sys/fs/udf/
udf_strat_bootstrap.c
68
#define VTOI(vnode) ((struct udf_node *) vnode->
v_data
)
/src/sys/ufs/chfs/
chfs_inode.h
139
#define VTOI(vp) ((struct chfs_inode *)(vp)->
v_data
)
/src/usr.sbin/makefs/ffs/
buf.h
62
void *
v_data
;
member in struct:vnode
/src/sys/nfs/
nfs_node.c
130
vp->
v_data
= np;
255
vp->
v_data
= NULL;
299
if (error || sp->s_dvp->
v_data
== NULL) {
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ctldir.c
110
sfs_node_t *n1 = vp->
v_data
;
141
KASSERT(vp->
v_data
!= NULL, ("sfs_vnode_insert with NULL
v_data
"));
143
sfs_compare_ids, vp->
v_data
);
166
KASSERT_IMPLY(error == 0, (*vpp)->
v_data
!= NULL,
192
KASSERT_IMPLY(error == 0, (*vpp)->
v_data
!= NULL,
238
data = vp->
v_data
;
239
vp->
v_data
= NULL;
393
vp->
v_data
= arg;
490
node = vp->
v_data
;
[
all
...]
Completed in 62 milliseconds
1
2
3
4
5
Indexes created Tue Feb 24 08:35:24 UTC 2026