OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTYPE_VNODE
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/sys/kern/
kern_ktrace_vfs.c
136
fp->f_type =
DTYPE_VNODE
;
subr_exec_fd.c
119
fp->f_type =
DTYPE_VNODE
;
tty_ptm.c
205
fp->f_type =
DTYPE_VNODE
;
284
fp->f_type =
DTYPE_VNODE
;
exec_script.c
236
fp->f_type =
DTYPE_VNODE
;
sys_descrip.c
488
if (fp->f_type ==
DTYPE_VNODE
)
sys_epoll.c
283
if (fp->f_type ==
DTYPE_VNODE
) {
kern_descrip.c
518
if (__predict_false(fp->f_type !=
DTYPE_VNODE
)) {
1608
(noadvlock || fp->f_type !=
DTYPE_VNODE
)) {
2437
if (fp->f_type ==
DTYPE_VNODE
) {
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_diff.c
76
if (da->da_fp->f_type ==
DTYPE_VNODE
)
82
if (da->da_fp->f_type ==
DTYPE_VNODE
)
dmu_send.c
75
if (fp->f_type ==
DTYPE_VNODE
)
84
if (fp->f_type ==
DTYPE_VNODE
)
169
if (dsp->dsa_fp->f_type ==
DTYPE_VNODE
)
/src/sys/sys/
file.h
110
struct vnode *fd_vp; //
DTYPE_VNODE
180
#define
DTYPE_VNODE
1 /* file */
/src/sys/compat/linux/common/
linux_inotify.c
477
if (cur_fp->f_type !=
DTYPE_VNODE
) {
513
KASSERT(wp->f_type ==
DTYPE_VNODE
);
566
if (wp->f_type !=
DTYPE_VNODE
) {
706
KASSERT(fp->f_type ==
DTYPE_VNODE
);
775
KASSERT(fp->f_type ==
DTYPE_VNODE
);
835
if (wp->f_type !=
DTYPE_VNODE
)
1023
KASSERT(wp->f_type ==
DTYPE_VNODE
);
linux_ioctl.c
170
if (fp->f_type ==
DTYPE_VNODE
&&
linux_file.c
213
if (fp->f_type ==
DTYPE_VNODE
) {
409
if (fp->f_type !=
DTYPE_VNODE
linux_misc.c
2147
else if (fp->f_type !=
DTYPE_VNODE
|| fp->f_vnode->v_type != VREG)
/src/sys/compat/ultrix/
ultrix_pathname.c
188
if (fp->f_type ==
DTYPE_VNODE
)
/src/sys/ddb/
db_xxx.c
188
if (fp != NULL && fp->f_type ==
DTYPE_VNODE
/src/sys/miscfs/procfs/
procfs_vfsops.c
373
case
DTYPE_VNODE
:
procfs_vnops.c
873
case
DTYPE_VNODE
:
1223
if (fp->f_type ==
DTYPE_VNODE
&& fvp->v_type != VDIR &&
1852
case
DTYPE_VNODE
:
1962
case
DTYPE_VNODE
:
/src/sys/compat/linux32/common/
linux32_socket.c
660
if (fp->f_type ==
DTYPE_VNODE
) {
/src/sys/miscfs/fdesc/
fdesc_vnops.c
338
case
DTYPE_VNODE
:
/src/usr.bin/fstat/
fstat.c
532
if (Aflg && file.f_type !=
DTYPE_VNODE
&& checkfile == 0)
536
case
DTYPE_VNODE
:
/src/sys/compat/sunos/
sunos_ioctl.c
532
if (fp->f_type ==
DTYPE_VNODE
)
sunos_misc.c
728
if (fp->f_type ==
DTYPE_VNODE
)
/src/sys/compat/linux/arch/i386/
linux_machdep.c
743
if (fp->f_type !=
DTYPE_VNODE
)
/src/sys/compat/sunos32/
sunos32_misc.c
958
if (fp->f_type ==
DTYPE_VNODE
)
Completed in 50 milliseconds
1
2
Indexes created Sun Sep 20 00:26:38 UTC 2026