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