Lines Matching refs:to
38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm() argument
44 to->uid = v.uid; in get_compat_ipc64_perm()
45 to->gid = v.gid; in get_compat_ipc64_perm()
46 to->mode = v.mode; in get_compat_ipc64_perm()
50 int get_compat_ipc_perm(struct ipc64_perm *to, in get_compat_ipc_perm() argument
56 to->uid = v.uid; in get_compat_ipc_perm()
57 to->gid = v.gid; in get_compat_ipc_perm()
58 to->mode = v.mode; in get_compat_ipc_perm()
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm() argument
64 to->key = from->key; in to_compat_ipc64_perm()
65 to->uid = from->uid; in to_compat_ipc64_perm()
66 to->gid = from->gid; in to_compat_ipc64_perm()
67 to->cuid = from->cuid; in to_compat_ipc64_perm()
68 to->cgid = from->cgid; in to_compat_ipc64_perm()
69 to->mode = from->mode; in to_compat_ipc64_perm()
70 to->seq = from->seq; in to_compat_ipc64_perm()
73 void to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) in to_compat_ipc_perm() argument
75 to->key = from->key; in to_compat_ipc_perm()
76 SET_UID(to->uid, from->uid); in to_compat_ipc_perm()
77 SET_GID(to->gid, from->gid); in to_compat_ipc_perm()
78 SET_UID(to->cuid, from->cuid); in to_compat_ipc_perm()
79 SET_GID(to->cgid, from->cgid); in to_compat_ipc_perm()
80 to->mode = from->mode; in to_compat_ipc_perm()
81 to->seq = from->seq; in to_compat_ipc_perm()