Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c870 static const int oflag2acc[O_ACCMODE] = { MAY_READ, MAY_WRITE, in prepare_open() local
889 acc = oflag2acc[oflag & O_ACCMODE]; in prepare_open()
/kernel/linux/linux-6.6/ipc/
H A 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()

Completed in 5 milliseconds