Symbol: DTYPE_VNODE
lib/libprocstat/libprocstat.c
586
case DTYPE_VNODE:
sys/compat/linux/linux_file.c
185
if (fp->f_type != DTYPE_VNODE) {
sys/compat/linux/linux_socket.c
2497
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
sys/compat/linux/linux_socket.c
2498
(fp->f_type == DTYPE_VNODE &&
sys/compat/linux/linux_socket.c
2522
return (fp->f_type == DTYPE_VNODE && fp->f_vnode != NULL &&
sys/compat/linux/linux_socket.c
2664
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
sys/compat/linux/linux_socket.c
2665
(fp->f_type == DTYPE_VNODE &&
sys/dev/filemon/filemon_wrapper.c
68
if (filemon->fp->f_type == DTYPE_VNODE)
sys/fs/devfs/devfs_vnops.c
1348
finit(fp, fp->f_flag, DTYPE_VNODE, dev, &devfs_ops_f);
sys/fs/devfs/devfs_vnops.c
2075
if (fp2->f_type != DTYPE_VNODE || fp2->f_ops != &devfs_ops_f)
sys/fs/fdescfs/fdesc_vnops.c
264
if ((fdm->flags & FMNT_NODUP) != 0 && a->fp->f_type == DTYPE_VNODE) {
sys/fs/fdescfs/fdesc_vnops.c
654
case DTYPE_VNODE:
sys/kern/kern_descrip.c
2642
if (fp->f_type != DTYPE_VNODE ||
sys/kern/kern_descrip.c
2801
if (fp->f_type != DTYPE_VNODE)
sys/kern/kern_descrip.c
2959
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
3039
finit(fp, (flag & FMASK) | (fp->f_flag & FHASLOCK), DTYPE_VNODE,
sys/kern/kern_descrip.c
3943
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
4097
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
4524
if (fp->f_type != DTYPE_VNODE ||
sys/kern/kern_descrip.c
5277
case DTYPE_VNODE:
sys/kern/kern_descrip.c
5536
MPASS(fp->f_type == DTYPE_VNODE);
sys/kern/kern_descrip.c
740
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
845
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
901
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
952
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_sendfile.c
537
if (fp->f_type == DTYPE_VNODE) {
sys/kern/sys_process.c
1634
if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VREG) {
sys/kern/tty.c
2155
if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) {
sys/kern/vfs_aio.c
1240
if (fp == NULL || fp->f_type != DTYPE_VNODE)
sys/kern/vfs_aio.c
1796
if (fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_aio.c
2063
if (fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_aio.c
811
if (fp->f_type == DTYPE_VNODE)
sys/kern/vfs_syscalls.c
1210
DTYPE_VNODE, NULL, &path_fileops);
sys/kern/vfs_syscalls.c
4971
if (fp->f_type != DTYPE_VNODE) {
sys/kern/vfs_vnops.c
407
if (fp->f_type != DTYPE_NONE && fp->f_type != DTYPE_VNODE)
sys/kern/vfs_vnops.c
4499
if (fp2->f_type != DTYPE_VNODE)
sys/kern/vfs_vnops.c
523
fp->f_type = DTYPE_VNODE;
sys/security/audit/audit_arg.c
682
case DTYPE_VNODE:
sys/security/mac/mac_syscalls.c
523
case DTYPE_VNODE:
sys/security/mac/mac_syscalls.c
680
case DTYPE_VNODE:
sys/security/mac_grantbylabel/mac_grantbylabel.c
388
if (fp->f_type != DTYPE_VNODE) {
sys/security/mac_veriexec/mac_veriexec.c
894
if (fp->f_type != DTYPE_VNODE) {