Searched refs:shm_ops (Results 1 – 4 of 4) sorted by relevance
317 extern const struct fileops shm_ops;
154 const struct fileops shm_ops = { variable1364 finit(fp, FFLAGS(flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops); in kern_shm_open2()
4636 &shm_ops); in umtx_shm()
414 if (fp->f_ops == &shm_ops && shm_largepage(fp->f_data)) in kern_mmap()