| /f-stack/freebsd/kern/ |
| H A D | sys_procdesc.c | 134 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find() 160 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid() 179 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid() 356 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()
|
| H A D | kern_descrip.c | 613 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 718 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 774 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 825 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 1628 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf() 2637 if (fp->f_type != DTYPE_VNODE) in is_unsafe() 2791 if (fp->f_type == DTYPE_VNODE) { in closef() 2861 fp->f_type = type; in finit() 3553 if (fp->f_type != DTYPE_VNODE) { in sys_flock() 3706 if (fp->f_type == DTYPE_VNODE) { in chroot_refuse_vdir_fds() [all …]
|
| H A D | kern_sendfile.c | 583 if (fp->f_type == DTYPE_VNODE) { in sendfile_getobj() 612 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
|
| H A D | vfs_vnops.c | 340 if (fp->f_type != DTYPE_NONE && fp->f_type != DTYPE_VNODE) in vn_open_vnode_advlock() 430 fp->f_type = DTYPE_VNODE; in vn_open_vnode() 1761 ref= (fp->f_flag & FHASLOCK) != 0 && fp->f_type == DTYPE_VNODE; in vn_closefile() 2504 if (fp->f_type == DTYPE_FIFO) in vn_fill_kinfo()
|
| H A D | vfs_aio.c | 803 if (fp->f_type == DTYPE_VNODE) in aio_process_rw() 1231 if (fp == NULL || fp->f_type != DTYPE_VNODE) in aio_qbio() 1790 if (fp->f_type == DTYPE_VNODE) { in aio_queue_file() 2055 if (fp->f_type == DTYPE_VNODE) { in sys_aio_cancel()
|
| H A D | uipc_shm.c | 1688 if (fp->f_type != DTYPE_SHM) in shm_map() 1751 if (fp->f_type != DTYPE_SHM) in shm_unmap()
|
| H A D | vfs_syscalls.c | 729 osp->f_type = nsp->f_type; in freebsd4_cvtstatfs() 852 osp->f_type = nsp->f_type; in freebsd11_cvtstatfs() 4688 if (fp->f_type != DTYPE_VNODE) { in kern_posix_fadvise()
|
| H A D | uipc_sem.c | 602 if (fp->f_type != DTYPE_SEM) { in ksem_get()
|
| H A D | kern_event.c | 1434 if (fp->f_type == DTYPE_KQUEUE) { in kqueue_register() 1647 if (fp->f_type != DTYPE_KQUEUE || kq == NULL) in kqueue_acquire()
|
| H A D | sys_pipe.c | 1585 if (fp->f_type == DTYPE_FIFO) in pipe_fill_kinfo()
|
| H A D | uipc_syscalls.c | 106 if (fp->f_type != DTYPE_SOCKET) { in getsock_cap()
|
| H A D | sys_generic.c | 570 if (fp->f_type != DTYPE_SOCKET && error == EPIPE) { in dofilewrite()
|
| H A D | tty.c | 2105 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) { in ttyhook_register()
|
| H A D | vfs_mount.c | 518 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
|
| H A D | uipc_usrreq.c | 2467 if (fp->f_type != DTYPE_SOCKET) in fptounp()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 101 if (fp->f_type == DTYPE_VNODE) in zfs_file_write_impl() 238 if (fp->f_type != DTYPE_VNODE) in zfs_file_fsync()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 663 if (fp->f_type != DTYPE_VNODE) { in mac_veriexec_syscall() 666 fp->f_type); in mac_veriexec_syscall()
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 80 uint32_t f_type; /* type of filesystem */ member 107 uint32_t f_type; /* type of filesystem */ member 148 int f_type; /* type of filesystem */ member
|
| H A D | file.h | 186 short f_type; /* descriptor type */ member
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_syscalls.c | 261 switch (fp->f_type) { in sys___mac_get_fd() 420 switch (fp->f_type) { in sys___mac_set_fd()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux.h | 204 l_int f_type; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux.h | 233 l_int f_type; member
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_arg.c | 684 switch (fp->f_type) { in audit_arg_file()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 197 (st.f_type != ZFS_SUPER_MAGIC)) { in dir_is_empty()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1141 statp->f_type = ZFS_SUPER_MAGIC; in zfs_statvfs()
|