Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c138 if (fp->f_type == DTYPE_VNODE) in zfs_file_write_impl()
283 if (fp->f_type != DTYPE_VNODE) in zfs_file_fsync()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c264 if ((fdm->flags & FMNT_NODUP) != 0 && a->fp->f_type == DTYPE_VNODE) { in fdesc_get_ino_alloc()
647 case DTYPE_VNODE: in fdesc_readlink()
/freebsd/sys/security/mac/
H A Dmac_syscalls.c373 case DTYPE_VNODE: in sys___mac_get_fd()
510 case DTYPE_VNODE: in sys___mac_set_fd()
/freebsd/sys/kern/
H A Dkern_descrip.c635 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
740 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
796 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) { in kern_fcntl()
847 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl()
2483 if (fp->f_type != DTYPE_VNODE || in fdclearlocks()
2642 if (fp->f_type != DTYPE_VNODE) in is_unsafe()
2794 if (fp->f_type == DTYPE_VNODE) { in closef()
2874 finit(fp, (flag & FMASK) | (fp->f_flag & FHASLOCK), DTYPE_VNODE, in finit_vnode()
3742 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) { in sys_flock()
3896 if (fp->f_type == DTYPE_VNODE) { in chroot_refuse_vdir_fds()
[all …]
H A Dvfs_aio.c791 if (fp->f_type == DTYPE_VNODE) in aio_process_rw()
1220 if (fp == NULL || fp->f_type != DTYPE_VNODE) in aio_qbio()
1773 if (fp->f_type == DTYPE_VNODE) { in aio_queue_file()
2038 if (fp->f_type == DTYPE_VNODE) { in sys_aio_cancel()
H A Dvfs_vnops.c364 if (fp->f_type != DTYPE_NONE && fp->f_type != DTYPE_VNODE) in vn_open_vnode_advlock()
476 fp->f_type = DTYPE_VNODE; in vn_open_vnode()
4267 if (fp2->f_type != DTYPE_VNODE) in vn_cmp()
H A Dkern_sendfile.c582 if (fp->f_type == DTYPE_VNODE) { in sendfile_getobj()
H A Dsys_process.c1586 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VREG) { in kern_ptrace()
H A Dtty.c2138 if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) { in ttyhook_register()
H A Dvfs_syscalls.c1263 DTYPE_VNODE, NULL, &path_fileops); in openatfp()
4844 if (fp->f_type != DTYPE_VNODE) { in kern_posix_fadvise()
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c388 if (fp->f_type != DTYPE_VNODE) { in mac_grantbylabel_syscall()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2408 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in is_sendfile()
2409 (fp->f_type == DTYPE_VNODE && in is_sendfile()
2433 return (fp->f_type == DTYPE_VNODE && fp->f_vnode != NULL && in is_regular_file()
2575 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in linux_sendfile_common()
2576 (fp->f_type == DTYPE_VNODE && in linux_sendfile_common()
H A Dlinux_file.c183 if (fp->f_type != DTYPE_VNODE) { in linux_common_open()
/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c69 if (filemon->fp->f_type == DTYPE_VNODE) in filemon_output()
/freebsd/sys/sys/
H A Dfile.h60 #define DTYPE_VNODE 1 /* file */ macro
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c894 if (fp->f_type != DTYPE_VNODE) { in mac_veriexec_syscall()
/freebsd/sys/security/audit/
H A Daudit_arg.c682 case DTYPE_VNODE: in audit_arg_file()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1317 finit(fp, fp->f_flag, DTYPE_VNODE, dev, &devfs_ops_f); in devfs_open()
2035 if (fp2->f_type != DTYPE_VNODE || fp2->f_ops != &devfs_ops_f) in devfs_cmp_f()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c586 case DTYPE_VNODE: in procstat_getfiles_kvm()