Home
last modified time | relevance | path

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

/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/
H A Dmac_syscalls.c263 case DTYPE_VNODE: in sys___mac_get_fd()
422 case DTYPE_VNODE: in sys___mac_set_fd()
/f-stack/freebsd/kern/
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()
2466 if (fp == NULL || fp->f_type != DTYPE_VNODE || in fdclearlocks()
2637 if (fp->f_type != DTYPE_VNODE) in is_unsafe()
2791 if (fp->f_type == DTYPE_VNODE) { in closef()
2870 finit(fp, (flag & FMASK) | (fp->f_flag & FHASLOCK), DTYPE_VNODE, in finit_vnode()
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 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 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()
H A Dkern_sendfile.c583 if (fp->f_type == DTYPE_VNODE) { in sendfile_getobj()
H A Dtty.c2105 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) { in ttyhook_register()
H A Dvfs_syscalls.c4688 if (fp->f_type != DTYPE_VNODE) { in kern_posix_fadvise()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c663 if (fp->f_type != DTYPE_VNODE) { in mac_veriexec_syscall()
/f-stack/freebsd/sys/
H A Dfile.h60 #define DTYPE_VNODE 1 /* file */ macro
/f-stack/freebsd/security/audit/
H A Daudit_arg.c685 case DTYPE_VNODE: in audit_arg_file()