Searched refs:get_compat_ipc64_perm (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | compat.c | 38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm() function
|
H A D | util.h | 270 int get_compat_ipc64_perm(struct ipc64_perm *,
|
H A D | msg.c | 677 if (get_compat_ipc64_perm(&out->msg_perm, &p->msg_perm)) in copy_compat_msqid_from_user()
|
H A D | sem.c | 1742 return get_compat_ipc64_perm(&out->sem_perm, &p->sem_perm); in copy_compat_semid_from_user()
|
H A D | shm.c | 1423 return get_compat_ipc64_perm(&out->shm_perm, &p->shm_perm); in copy_compat_shmid_from_user()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | compat.c | 38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm() function
|
H A D | util.h | 271 int get_compat_ipc64_perm(struct ipc64_perm *,
|
H A D | msg.c | 683 if (get_compat_ipc64_perm(&out->msg_perm, &p->msg_perm)) in copy_compat_msqid_from_user()
|
H A D | sem.c | 1743 return get_compat_ipc64_perm(&out->sem_perm, &p->sem_perm); in copy_compat_semid_from_user()
|
H A D | shm.c | 1433 return get_compat_ipc64_perm(&out->shm_perm, &p->shm_perm); in copy_compat_shmid_from_user()
|
Completed in 15 milliseconds