Home
last modified time | relevance | path

Searched refs:DTYPE_VNODE (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/sys/compat/linux/common/
Dlinux_inotify.c476 if (cur_fp->f_type != DTYPE_VNODE) { in linux_sys_inotify_add_watch()
511 KASSERT(wp->f_type == DTYPE_VNODE); in linux_sys_inotify_add_watch()
564 if (wp->f_type != DTYPE_VNODE) { in linux_sys_inotify_add_watch()
704 KASSERT(fp->f_type == DTYPE_VNODE); in inotify_filt_attach()
773 KASSERT(fp->f_type == DTYPE_VNODE); in inotify_readdir()
833 if (wp->f_type != DTYPE_VNODE) in get_inotify_dir_entries()
1016 KASSERT(wp->f_type == DTYPE_VNODE); in kevent_to_inotify()
Dlinux_ioctl.c168 if (fp->f_type == DTYPE_VNODE && in linux_sys_ioctl()
Dlinux_file.c212 if (fp->f_type == DTYPE_VNODE) { in linux_open_ctty()
404 if (fp->f_type != DTYPE_VNODE in linux_sys_fcntl()
Dlinux_socket.c1396 if (fp->f_type == DTYPE_VNODE) { in linux_ioctl_socket()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddmu_diff.c76 if (da->da_fp->f_type == DTYPE_VNODE) in write_bytes()
82 if (da->da_fp->f_type == DTYPE_VNODE) in write_bytes()
Ddmu_send.c75 if (fp->f_type == DTYPE_VNODE) in fo_write()
84 if (fp->f_type == DTYPE_VNODE) in fo_read()
169 if (dsp->dsa_fp->f_type == DTYPE_VNODE) in dump_bytes()
/netbsd/src/sys/kern/
Dtty_ptm.c205 fp->f_type = DTYPE_VNODE; in pty_alloc_master()
283 fp->f_type = DTYPE_VNODE; in pty_alloc_slave()
Dkern_ktrace_vfs.c135 fp->f_type = DTYPE_VNODE; in sys_ktrace()
Dsubr_exec_fd.c117 fp->f_type = DTYPE_VNODE; in fd_checkstd()
Dexec_script.c236 fp->f_type = DTYPE_VNODE; in exec_script_makecmds()
Dsys_epoll.c282 if (fp->f_type == DTYPE_VNODE) { in epoll_ctl_common()
Dkern_descrip.c515 if (__predict_false(fp->f_type != DTYPE_VNODE)) { in fd_getvnode()
1595 (noadvlock || fp->f_type != DTYPE_VNODE)) { in fd_free()
2392 if (fp->f_type == DTYPE_VNODE) { in fill_file2()
Dsys_descrip.c475 if (fp->f_type == DTYPE_VNODE) in sys_fcntl()
/netbsd/src/sys/sys/
Dfile.h180 #define DTYPE_VNODE 1 /* file */ macro
/netbsd/src/sys/compat/ultrix/
Dultrix_pathname.c184 if (fp->f_type == DTYPE_VNODE) in ultrix_sys_open()
/netbsd/src/sys/ddb/
Ddb_xxx.c188 if (fp != NULL && fp->f_type == DTYPE_VNODE in db_show_files_cmd()
/netbsd/src/sys/miscfs/procfs/
Dprocfs_vnops.c873 case DTYPE_VNODE: in procfs_getattr()
1223 if (fp->f_type == DTYPE_VNODE && fvp->v_type != VDIR && in procfs_lookup()
1852 case DTYPE_VNODE: in procfs_readlink()
1962 case DTYPE_VNODE: in fttodt()
Dprocfs_vfsops.c373 case DTYPE_VNODE: in procfs_loadvnode()
/netbsd/src/usr.bin/fstat/
Dfstat.c532 if (Aflg && file.f_type != DTYPE_VNODE && checkfile == 0) in ftrans()
536 case DTYPE_VNODE: in ftrans()
/netbsd/src/sys/compat/linux32/common/
Dlinux32_socket.c645 if (fp->f_type == DTYPE_VNODE) { in linux32_ioctl_socket()
/netbsd/src/sys/miscfs/fdesc/
Dfdesc_vnops.c338 case DTYPE_VNODE: in fdesc_attr()
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_machdep.c743 if (fp->f_type != DTYPE_VNODE) in fd2biosinfo()
/netbsd/src/sys/compat/sunos/
Dsunos_ioctl.c531 if (fp->f_type == DTYPE_VNODE) in sunos_sys_ioctl()
Dsunos_misc.c720 if (fp->f_type == DTYPE_VNODE) in sunos_sys_open()
/netbsd/src/sys/compat/sunos32/
Dsunos32_misc.c951 if (fp->f_type == DTYPE_VNODE) in sunos32_sys_open()

12