Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dsys_procdesc.c134 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 Dkern_descrip.c613 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 Dkern_sendfile.c583 if (fp->f_type == DTYPE_VNODE) { in sendfile_getobj()
612 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
H A Dvfs_vnops.c340 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 Dvfs_aio.c803 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 Duipc_shm.c1688 if (fp->f_type != DTYPE_SHM) in shm_map()
1751 if (fp->f_type != DTYPE_SHM) in shm_unmap()
H A Dvfs_syscalls.c729 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 Duipc_sem.c602 if (fp->f_type != DTYPE_SEM) { in ksem_get()
H A Dkern_event.c1434 if (fp->f_type == DTYPE_KQUEUE) { in kqueue_register()
1647 if (fp->f_type != DTYPE_KQUEUE || kq == NULL) in kqueue_acquire()
H A Dsys_pipe.c1585 if (fp->f_type == DTYPE_FIFO) in pipe_fill_kinfo()
H A Duipc_syscalls.c106 if (fp->f_type != DTYPE_SOCKET) { in getsock_cap()
H A Dsys_generic.c570 if (fp->f_type != DTYPE_SOCKET && error == EPIPE) { in dofilewrite()
H A Dtty.c2105 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) { in ttyhook_register()
H A Dvfs_mount.c518 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
H A Duipc_usrreq.c2467 if (fp->f_type != DTYPE_SOCKET) in fptounp()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c101 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 Dmac_veriexec.c663 if (fp->f_type != DTYPE_VNODE) { in mac_veriexec_syscall()
666 fp->f_type); in mac_veriexec_syscall()
/f-stack/freebsd/sys/
H A Dmount.h80 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 Dfile.h186 short f_type; /* descriptor type */ member
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c261 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 Dlinux.h204 l_int f_type; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h233 l_int f_type; member
/f-stack/freebsd/security/audit/
H A Daudit_arg.c684 switch (fp->f_type) { in audit_arg_file()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c197 (st.f_type != ZFS_SUPER_MAGIC)) { in dir_is_empty()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1141 statp->f_type = ZFS_SUPER_MAGIC; in zfs_statvfs()

12