compat_ipc_perm
struct compat_ipc_perm __user *from)
struct compat_ipc_perm v;
void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from)
struct compat_ipc_perm msg_perm;
struct compat_ipc_perm sem_perm;
struct compat_ipc_perm shm_perm;
void to_compat_ipc_perm(struct compat_ipc_perm *, struct ipc64_perm *);
int get_compat_ipc_perm(struct ipc64_perm *, struct compat_ipc_perm __user *);