Home
last modified time | relevance | path

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

/linux-2.6.39/ipc/
Dcompat.c133 static inline int __get_compat_ipc64_perm(struct ipc64_perm *p64, in __get_compat_ipc64_perm() function
196 return __get_compat_ipc64_perm(&s64->sem_perm, &up64->sem_perm); in get_compat_semid64_ds()
364 err = __get_compat_ipc64_perm(&m64->msg_perm, &up64->msg_perm); in get_compat_msqid64()
494 return __get_compat_ipc64_perm(&s64->shm_perm, &up64->shm_perm); in get_compat_shmid64_ds()