Symbol: DTYPE_VNODE
sys/kern/imgact_elf.c
1589
if (fp->f_type != DTYPE_VNODE) {
sys/kern/imgact_elf.c
1611
case DTYPE_VNODE:
sys/kern/imgact_elf.c
972
fp->f_type = DTYPE_VNODE;
sys/kern/kern_checkpoint.c
267
if (error == 0 && fp->f_data && fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
1611
case DTYPE_VNODE:
sys/kern/kern_descrip.c
2031
if (p->p_session && info->type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
2634
fdnode->fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
2825
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
2853
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
2883
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3051
if (p != NULL && fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3170
if ((fp->f_flag & FHASLOCK) && fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3207
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
3294
if (wfp->f_type == DTYPE_VNODE && wfp->f_data) {
sys/kern/kern_descrip.c
3320
fp->f_type = DTYPE_VNODE;
sys/kern/kern_descrip.c
830
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
888
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
909
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_fp.c
459
if (fp->f_type != DTYPE_VNODE)
sys/kern/sys_generic.c
261
if (flags & O_FOFFSET && fp->f_type != DTYPE_VNODE) {
sys/kern/sys_generic.c
465
else if ((flags & O_FOFFSET) && fp->f_type != DTYPE_VNODE) {
sys/kern/uipc_syscalls.c
1605
if (fp->f_type != DTYPE_VNODE) {
sys/kern/vfs_default.c
1177
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_subr.c
1451
error = fdrevoke(vp, DTYPE_VNODE, cred);
sys/kern/vfs_subr.c
1467
fdrevoke(vq, DTYPE_VNODE, cred);
sys/kern/vfs_syscalls.c
2240
if ((flags & (O_EXLOCK | O_SHLOCK)) && fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_syscalls.c
5492
case DTYPE_VNODE:
sys/netgraph/socket/ng_socket.c
620
case DTYPE_VNODE:
sys/netgraph7/socket/ng_socket.c
726
case DTYPE_VNODE:
sys/vfs/devfs/devfs_vnops.c
1076
KKASSERT(fp->f_type == DTYPE_VNODE);
sys/vm/vm_mmap.c
247
if (fp->f_type != DTYPE_VNODE) {
test/kvm/kvm_file/test_kvm_file.c
27
case DTYPE_VNODE:
usr.bin/fstat/fstat.c
364
if (file.f_type == DTYPE_VNODE) {