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_type
(Results
1 - 25
of
187
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/sys/miscfs/genfs/
genfs_rename.c
194
KASSERT(fdvp->
v_type
== VDIR);
195
KASSERT(tdvp->
v_type
== VDIR);
260
KASSERT(fdvp->
v_type
== VDIR);
261
KASSERT(tdvp->
v_type
== VDIR);
303
if (fvp->
v_type
== VDIR)
337
if (fvp->
v_type
== VDIR && tvp->
v_type
== VDIR)
341
else if (fvp->
v_type
== VDIR && tvp->
v_type
!= VDIR)
343
else if (fvp->
v_type
!= VDIR && tvp->v_type == VDIR
[
all
...]
layer_vfsops.c
226
vp->
v_type
= lowervp->
v_type
;
228
if (vp->
v_type
== VBLK || vp->
v_type
== VCHR)
/src/sys/miscfs/procfs/
procfs_vfsops.c
329
vp->
v_type
= VDIR;
336
vp->
v_type
= VDIR;
346
vp->
v_type
= VLNK;
352
vp->
v_type
= VDIR;
380
if (vxp->
v_type
== VDIR ||
383
vp->
v_type
= vxp->
v_type
;
386
vp->
v_type
= VFIFO;
389
vp->
v_type
= VSOCK;
397
vp->
v_type
= VLNK
[
all
...]
/src/usr.bin/tip/
value.c
64
if (p->
v_type
&ENVIRON)
67
if (p->
v_type
&IREMOTE)
101
switch (p->
v_type
&TMASK) {
106
if (!(p->
v_type
&(ENVIRON|INIT)))
112
p->
v_type
&= ~(ENVIRON|INIT);
170
if (p->
v_type
&NUMBER)
207
switch (p->
v_type
&TMASK) {
336
if (p->
v_type
&NUMBER)
/src/sys/ufs/ext2fs/
ext2fs_readwrite.c
117
KASSERT(vp->
v_type
== VREG || vp->
v_type
== VDIR);
120
if (vp->
v_type
== VDIR)
130
KASSERT(vp->
v_type
== VREG);
166
KASSERT(vp->
v_type
== VDIR || vp->
v_type
== VLNK);
173
KASSERT(vp->
v_type
!= VLNK ||
175
KASSERT(vp->
v_type
!= VLNK || ump->um_maxsymlinklen != 0 ||
287
KASSERT(vp->
v_type
== VREG);
306
KASSERT(vp->
v_type
== VREG)
[
all
...]
ext2fs_rename.c
159
KASSERT(fdvp->
v_type
== VDIR);
160
KASSERT(tdvp->
v_type
== VDIR);
197
KASSERT(fdvp->
v_type
== VDIR);
198
KASSERT(tdvp->
v_type
== VDIR);
229
KASSERT(dvp->
v_type
== VDIR);
230
KASSERT(vp->
v_type
!= VDIR);
255
KASSERT(dvp->
v_type
== VDIR);
256
KASSERT(vp->
v_type
!= VDIR);
313
directory_p = (fvp->
v_type
== VDIR);
315
KASSERT((tvp == NULL) || (directory_p == (tvp->
v_type
== VDIR)))
[
all
...]
/src/sys/ufs/lfs/
ulfs_readwrite.c
81
KASSERT(vp->
v_type
== VREG || vp->
v_type
== VDIR);
84
if (vp->
v_type
== VDIR)
87
if (vp->
v_type
== VREG && ip->i_number == LFS_IFILE_INUM)
98
KASSERT(vp->
v_type
== VREG);
133
KASSERT(vp->
v_type
== VDIR || vp->
v_type
== VLNK ||
134
vp->
v_type
== VREG);
141
KASSERT(vp->
v_type
!= VLNK || ip->i_size >= fs->um_maxsymlinklen);
142
KASSERT(vp->
v_type
!= VLNK || fs->um_maxsymlinklen != 0 |
[
all
...]
lfs_rename.c
169
KASSERT(fdvp->
v_type
== VDIR);
170
KASSERT(tdvp->
v_type
== VDIR);
207
KASSERT(fdvp->
v_type
== VDIR);
208
KASSERT(tdvp->
v_type
== VDIR);
239
KASSERT(dvp->
v_type
== VDIR);
240
KASSERT(vp->
v_type
!= VDIR);
265
KASSERT(dvp->
v_type
== VDIR);
266
KASSERT(vp->
v_type
!= VDIR);
494
KASSERT(dvp->
v_type
== VDIR);
495
KASSERT(vp->
v_type
!= VDIR)
[
all
...]
/src/sys/miscfs/fdesc/
fdesc_vfsops.c
193
vp->
v_type
= VDIR;
198
vp->
v_type
= VDIR;
202
vp->
v_type
= VCHR;
207
vp->
v_type
= VLNK;
212
vp->
v_type
= VLNK;
217
vp->
v_type
= VLNK;
223
vp->
v_type
= VNON;
/src/sys/miscfs/specfs/
spec_vnops.c
193
return ((vp->
v_type
== VCHR) && iskmemdev(vp->v_rdev));
381
KASSERT(vp->
v_type
== VBLK || vp->
v_type
== VCHR);
396
if (rdev == vp2->v_rdev && vp->
v_type
== vp2->
v_type
) {
443
if (type == vp->
v_type
&& dev == vp->v_rdev) {
502
if (vp->
v_type
!= VBLK)
539
KASSERT(devvp->
v_type
== VBLK);
573
KASSERT(devvp->
v_type
== VBLK);
610
KASSERT(vp->
v_type
== VBLK || vp->v_type == VCHR)
[
all
...]
/src/sys/fs/tmpfs/
tmpfs_rename.c
149
KASSERT(fdvp->
v_type
== VDIR);
150
KASSERT(tdvp->
v_type
== VDIR);
187
KASSERT(fdvp->
v_type
== VDIR);
188
KASSERT(tdvp->
v_type
== VDIR);
221
KASSERT(dvp->
v_type
== VDIR);
222
KASSERT(vp->
v_type
!= VDIR);
247
KASSERT(dvp->
v_type
== VDIR);
248
KASSERT(vp->
v_type
!= VDIR);
332
KASSERT((fvp->
v_type
== VDIR) == (tvp->
v_type
== VDIR))
[
all
...]
/src/sys/fs/udf/
udf_rename.c
173
KASSERT(fdvp->
v_type
== VDIR);
174
KASSERT(tdvp->
v_type
== VDIR);
218
KASSERT(fdvp->
v_type
== VDIR);
219
KASSERT(tdvp->
v_type
== VDIR);
264
KASSERT(dvp->
v_type
== VDIR);
265
KASSERT(vp->
v_type
!= VDIR);
297
KASSERT(dvp->
v_type
== VDIR);
298
KASSERT(vp->
v_type
!= VDIR);
386
if ((fdnode != tdnode) && (fvp->
v_type
== VDIR)) {
424
KASSERT(dvp->
v_type
== VDIR)
[
all
...]
/src/sys/kern/
vfs_vnops.c
309
if (vp->
v_type
== VSOCK) {
313
if (nd.ni_vp->
v_type
== VLNK) {
392
if (vp->
v_type
== VNON || vp->
v_type
== VBAD)
395
if ((fflags & O_DIRECTORY) != 0 && vp->
v_type
!= VDIR)
398
if ((fflags & O_REGULAR) != 0 && vp->
v_type
!= VREG)
409
if (vp->
v_type
== VDIR) {
502
if (uio->uio_rw != UIO_WRITE || vp->
v_type
!= VREG)
589
if (vp->
v_type
!= VDIR)
667
if (__predict_false(vp->
v_type
== VDIR) &
[
all
...]
/src/sys/ufs/chfs/
chfs_inode.h
62
#define VTTOCHT(
v_type
) (enum chtype)(
v_type
)
/src/sys/ufs/ufs/
ufs_readwrite.c
86
KASSERT(vp->
v_type
== VREG || vp->
v_type
== VDIR);
89
if (vp->
v_type
== VDIR)
102
KASSERT(vp->
v_type
== VREG);
138
KASSERT(vp->
v_type
== VDIR || vp->
v_type
== VLNK);
146
KASSERT(vp->
v_type
!= VLNK || ip->i_size >= ump->um_maxsymlinklen);
147
KASSERT(vp->
v_type
!= VLNK || ump->um_maxsymlinklen != 0 ||
265
KASSERT(vp->
v_type
== VREG);
288
KASSERT(vp->
v_type
== VREG)
[
all
...]
ufs_rename.c
163
KASSERT(fdvp->
v_type
== VDIR);
164
KASSERT(tdvp->
v_type
== VDIR);
201
KASSERT(fdvp->
v_type
== VDIR);
202
KASSERT(tdvp->
v_type
== VDIR);
233
KASSERT(dvp->
v_type
== VDIR);
234
KASSERT(vp->
v_type
!= VDIR);
259
KASSERT(dvp->
v_type
== VDIR);
260
KASSERT(vp->
v_type
!= VDIR);
326
directory_p = (fvp->
v_type
== VDIR);
328
KASSERT((tvp == NULL) || (directory_p == (tvp->
v_type
== VDIR)))
[
all
...]
/src/sys/fs/nfs/client/
nfs_clnode.c
158
if (vp->
v_type
== VNON)
159
vp->
v_type
= VDIR;
212
if (vp->
v_type
!= VDIR) {
237
if (NFS_ISV4(vp) && vp->
v_type
== VREG) {
297
if (NFS_ISV4(vp) && vp->
v_type
== VREG)
312
if (vp->
v_type
== VREG)
320
if (vp->
v_type
== VDIR) {
/src/sys/fs/puffs/
puffs_node.c
95
if (vp->
v_type
!= VNON && ! may_exist) {
106
if (vp->
v_type
!= VNON) {
114
vp->
v_type
= type;
120
} else if (vp->
v_type
== VREG) {
265
if ((*vpp)->
v_type
== VNON) {
/src/sys/nfs/
nfs_node.c
128
vp->
v_type
= VNON;
193
if (vp->
v_type
!= VDIR) {
204
if (vp->
v_type
== VDIR && np->n_dircache)
234
if (vp->
v_type
== VDIR && np->n_dircache != NULL) {
250
if (vp->
v_type
== VREG) {
/src/sys/fs/efs/
efs_vfsops.c
213
if (devvp->
v_type
!= VBLK) {
403
vp->
v_type
= VFIFO;
407
vp->
v_type
= VCHR;
412
vp->
v_type
= VDIR;
418
vp->
v_type
= VBLK;
423
vp->
v_type
= VREG;
427
vp->
v_type
= VLNK;
431
vp->
v_type
= VSOCK;
/src/sys/fs/adosfs/
advnops.c
156
vap->va_type = sp->a_vp->
v_type
;
158
if (sp->a_vp->
v_type
== VDIR) {
218
if (sp->a_vp->
v_type
!= VREG) {
240
if (vp->
v_type
== VREG && IS_FFS(amp)) {
427
if (sp->a_vp->
v_type
!= VREG) {
556
if (sp->a_vp->
v_type
!= VDIR) {
650
switch (ATOV(ap)->
v_type
) {
712
switch (vp->
v_type
) {
732
vp->
v_type
, file_mode), vp, NULL, genfs_can_access(vp,
834
if (vp->
v_type
== VDIR && ap->tab
[
all
...]
/src/sys/arch/powerpc/powerpc/
procfs_machdep.c
39
vp->
v_type
= VREG;
/src/sys/fs/nfs/common/
nfskpiport.h
46
#define vnode_vtype(v) ((v)->
v_type
)
/src/usr.bin/fstat/
ntfs.c
76
fsp->mode = (mode_t)ntm.ntm_mode | getftype(vp->
v_type
);
tmpfs.c
66
fsp->mode = tn.tn_mode | getftype(vp->
v_type
);
Completed in 36 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Feb 21 08:20:20 UTC 2026