Searched refs:compat_ipc64_perm (Results 1 – 8 of 8) sorted by relevance
14 #define compat_ipc64_perm compat_ipc64_perm macro50 struct compat_ipc64_perm { struct64 struct compat_ipc64_perm sem_perm; argument75 struct compat_ipc64_perm msg_perm;92 struct compat_ipc64_perm shm_perm;
22 #define compat_ipc64_perm compat_ipc64_perm macro88 struct compat_ipc64_perm { struct103 struct compat_ipc64_perm sem_perm; argument114 struct compat_ipc64_perm msg_perm;131 struct compat_ipc64_perm shm_perm;
17 #define compat_ipc64_perm compat_ipc64_perm macro65 struct compat_ipc64_perm { struct81 struct compat_ipc64_perm sem_perm; argument92 struct compat_ipc64_perm msg_perm;109 struct compat_ipc64_perm shm_perm;
21 #define compat_ipc64_perm compat_ipc64_perm macro76 struct compat_ipc64_perm { struct90 struct compat_ipc64_perm sem_perm; argument99 struct compat_ipc64_perm msg_perm;131 struct compat_ipc64_perm shm_perm;
103 #ifndef compat_ipc64_perm104 struct compat_ipc64_perm { struct119 struct compat_ipc64_perm sem_perm; argument130 struct compat_ipc64_perm msg_perm;147 struct compat_ipc64_perm shm_perm;
39 struct compat_ipc64_perm __user *from) in get_compat_ipc64_perm()41 struct compat_ipc64_perm v; in get_compat_ipc64_perm()62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm()
271 void to_compat_ipc64_perm(struct compat_ipc64_perm *, struct ipc64_perm *);274 struct compat_ipc64_perm __user *);
540 BUILD_BUG_ON(sizeof(struct compat_ipc64_perm) != sizeof(struct ipc64_perm)); in mem_init()