Searched refs:to_compat_ipc_perm (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | compat.c | 73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm() function
|
H A D | util.h | 267 void to_compat_ipc_perm(struct compat_ipc_perm *, struct ipc64_perm *);
|
H A D | msg.c | 713 to_compat_ipc_perm(&v.msg_perm, &in->msg_perm); in copy_compat_msqid_to_user()
|
H A D | sem.c | 1765 to_compat_ipc_perm(&v.sem_perm, &in->sem_perm); in copy_compat_semid_to_user()
|
H A D | shm.c | 1404 to_compat_ipc_perm(&v.shm_perm, &in->shm_perm); in copy_compat_shmid_to_user()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | compat.c | 73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm() function
|
H A D | util.h | 268 void to_compat_ipc_perm(struct compat_ipc_perm *, struct ipc64_perm *);
|
H A D | msg.c | 719 to_compat_ipc_perm(&v.msg_perm, &in->msg_perm); in copy_compat_msqid_to_user()
|
H A D | sem.c | 1766 to_compat_ipc_perm(&v.sem_perm, &in->sem_perm); in copy_compat_semid_to_user()
|
H A D | shm.c | 1414 to_compat_ipc_perm(&v.shm_perm, &in->shm_perm); in copy_compat_shmid_to_user()
|
Completed in 15 milliseconds