get_compat_ipc_perm  662 ipc/msg.c      		if (get_compat_ipc_perm(&out->msg_perm, &p->msg_perm))
get_compat_ipc_perm 1728 ipc/sem.c      		return get_compat_ipc_perm(&out->sem_perm, &p->sem_perm);
get_compat_ipc_perm 1331 ipc/shm.c      		return get_compat_ipc_perm(&out->shm_perm, &p->shm_perm);
get_compat_ipc_perm  269 ipc/util.h     int get_compat_ipc_perm(struct ipc64_perm *, struct compat_ipc_perm __user *);