Home
last modified time | relevance | path

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

/linux/ipc/
H A Dcompat.c73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm() function
H A Dutil.h269 void to_compat_ipc_perm(struct compat_ipc_perm *, struct ipc64_perm *);
H A Dmsg.c719 to_compat_ipc_perm(&v.msg_perm, &in->msg_perm); in copy_compat_msqid_to_user()