Searched refs:DTYPE_SHM (Results 1 – 7 of 7) sorted by relevance
67 #define DTYPE_SHM 8 /* swap-backed shared memory */ macro
1364 finit(fp, FFLAGS(flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops); in kern_shm_open2()1838 if (fp->f_type != DTYPE_SHM) in shm_map()1901 if (fp->f_type != DTYPE_SHM) in shm_unmap()
574 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
4635 finit(fp, FFLAGS(O_RDWR), DTYPE_SHM, reg->ushm_obj, in umtx_shm()
5319 case DTYPE_SHM: in file_type_to_name()
2677 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in sendfile_fallback() 2844 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) || in linux_sendfile()
612 case DTYPE_SHM: in procstat_getfiles_kvm()