Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dshm.h78 #define SHM_RDONLY 010000 /* read-only access */ macro
/Linux-v6.1/ipc/
Dshm.c1565 if (shmflg & SHM_RDONLY) { in do_shmat()
/Linux-v6.1/security/selinux/
Dhooks.c6204 if (shmflg & SHM_RDONLY) in selinux_shm_shmat()