Home
last modified time | relevance | path

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

/linux-6.6.21/ipc/ !
Dmqueue.c871 static const int oflag2acc[O_ACCMODE] = { MAY_READ, MAY_WRITE, in prepare_open() local
890 acc = oflag2acc[oflag & O_ACCMODE]; in prepare_open()