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/
H A 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()
H A Dlinux_ioctl.c168 if (fp->f_type == DTYPE_VNODE && in linux_sys_ioctl()
H A Dlinux_file.c212 if (fp->f_type == DTYPE_VNODE) {
404 if (fp->f_type != DTYPE_VNODE in linux_sys_fcntl()
H A Dlinux_socket.c1396 if (fp->f_type == DTYPE_VNODE) { in linux_ioctl_socket()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A 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()
H A 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/
H A Dtty_ptm.c205 fp->f_type = DTYPE_VNODE; in pty_alloc_master()
283 fp->f_type = DTYPE_VNODE; in pty_alloc_slave()
H A Dkern_ktrace_vfs.c135 fp->f_type = DTYPE_VNODE; in sys_ktrace()
H A Dsubr_exec_fd.c117 fp->f_type = DTYPE_VNODE; in fd_checkstd()
H A Dexec_script.c236 fp->f_type = DTYPE_VNODE; in exec_script_makecmds()
H A Dsys_epoll.c282 if (fp->f_type == DTYPE_VNODE) { in epoll_ctl_common()
H A 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()
H A Dsys_descrip.c475 if (fp->f_type == DTYPE_VNODE) in sys_fcntl()
/netbsd-src/sys/sys/
H A Dfile.h180 #define DTYPE_VNODE 1 /* file */ macro
/netbsd-src/sys/compat/ultrix/
H A Dultrix_pathname.c184 if (fp->f_type == DTYPE_VNODE) in ultrix_sys_open()
/netbsd-src/sys/ddb/
H A Ddb_xxx.c188 if (fp != NULL && fp->f_type == DTYPE_VNODE in db_show_files_cmd()
/netbsd-src/sys/miscfs/procfs/
H A 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()
H A Dprocfs_vfsops.c373 case DTYPE_VNODE: in procfs_loadvnode()
/netbsd-src/usr.bin/fstat/
H A 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/
H A Dlinux32_socket.c645 if (fp->f_type == DTYPE_VNODE) { in linux32_ioctl_socket()
/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc_vnops.c338 case DTYPE_VNODE: in fdesc_attr()
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c743 if (fp->f_type != DTYPE_VNODE) in fd2biosinfo()
/netbsd-src/sys/compat/sunos/
H A Dsunos_ioctl.c531 if (fp->f_type == DTYPE_VNODE) in sunos_sys_ioctl()
H A Dsunos_misc.c720 if (fp->f_type == DTYPE_VNODE) in sunos_sys_open()
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_misc.c951 if (fp->f_type == DTYPE_VNODE) in sunos32_sys_open()

12