tag | line | file | source code |
msg_perm | 20 | include/linux/msg.h | struct ipc_perm msg_perm; |
msg_perm | 60 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 132 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 221 | ipc/msg.c | if (key == msq->msg_perm.key) |
msg_perm | 248 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 287 | ipc/msg.c | if (ipcperms(&msq->msg_perm, msgflg)) |
msg_perm | 289 | ipc/msg.c | return msq->msg_perm.seq * MSGMNI +id; |
msg_perm | 297 | ipc/msg.c | msq->msg_perm.seq++; |
msg_perm | 364 | ipc/msg.c | if (ipcperms (&msq->msg_perm, S_IRUGO)) |
msg_perm | 366 | ipc/msg.c | id = msqid + msq->msg_perm.seq * MSGMNI; |
msg_perm | 387 | ipc/msg.c | ipcp = &msq->msg_perm; |
msg_perm | 409 | ipc/msg.c | ipcp->uid = tbuf.msg_perm.uid; |
msg_perm | 410 | ipc/msg.c | ipcp->gid = tbuf.msg_perm.gid; |
msg_perm | 412 | ipc/msg.c | (S_IRWXUGO & tbuf.msg_perm.mode); |