Lines Matching refs:__user
64 COMPAT_SYSCALL_WRAP2(creat, const char __user *, pathname, umode_t, mode);
65 COMPAT_SYSCALL_WRAP2(link, const char __user *, oldname, const char __user *, newname);
66 COMPAT_SYSCALL_WRAP1(unlink, const char __user *, pathname);
67 COMPAT_SYSCALL_WRAP1(chdir, const char __user *, filename);
68 COMPAT_SYSCALL_WRAP3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev);
69 COMPAT_SYSCALL_WRAP2(chmod, const char __user *, filename, umode_t, mode);
70 COMPAT_SYSCALL_WRAP1(oldumount, char __user *, name);
72 COMPAT_SYSCALL_WRAP2(access, const char __user *, filename, int, mode);
75 COMPAT_SYSCALL_WRAP2(rename, const char __user *, oldname, const char __user *, newname);
76 COMPAT_SYSCALL_WRAP2(mkdir, const char __user *, pathname, umode_t, mode);
77 COMPAT_SYSCALL_WRAP1(rmdir, const char __user *, pathname);
79 COMPAT_SYSCALL_WRAP1(pipe, int __user *, fildes);
82 COMPAT_SYSCALL_WRAP1(acct, const char __user *, name);
83 COMPAT_SYSCALL_WRAP2(umount, char __user *, name, int, flags);
86 COMPAT_SYSCALL_WRAP1(chroot, const char __user *, filename);
89 COMPAT_SYSCALL_WRAP2(sethostname, char __user *, name, int, len);
90 COMPAT_SYSCALL_WRAP2(symlink, const char __user *, old, const char __user *, new);
91 COMPAT_SYSCALL_WRAP3(readlink, const char __user *, path, char __user *, buf, int, bufsiz);
92 COMPAT_SYSCALL_WRAP1(uselib, const char __user *, library);
93 COMPAT_SYSCALL_WRAP2(swapon, const char __user *, specialfile, int, swap_flags);
94 COMPAT_SYSCALL_WRAP4(reboot, int, magic1, int, magic2, unsigned int, cmd, void __user *, arg);
99 COMPAT_SYSCALL_WRAP3(syslog, int, type, char __user *, buf, int, len);
100 COMPAT_SYSCALL_WRAP1(swapoff, const char __user *, specialfile);
102 COMPAT_SYSCALL_WRAP2(setdomainname, char __user *, name, int, len);
103 COMPAT_SYSCALL_WRAP1(newuname, struct new_utsname __user *, name);
105 COMPAT_SYSCALL_WRAP3(init_module, void __user *, umod, unsigned long, len, const char __user *, uar…
106 COMPAT_SYSCALL_WRAP2(delete_module, const char __user *, name_user, unsigned int, flags);
107 …T_SYSCALL_WRAP4(quotactl, unsigned int, cmd, const char __user *, special, qid_t, id, void __user …
113 …lseek, unsigned int, fd, unsigned long, high, unsigned long, low, loff_t __user *, result, unsigne…
121 COMPAT_SYSCALL_WRAP2(sched_setparam, pid_t, pid, struct sched_param __user *, param);
122 COMPAT_SYSCALL_WRAP2(sched_getparam, pid_t, pid, struct sched_param __user *, param);
123 COMPAT_SYSCALL_WRAP3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, para…
128 COMPAT_SYSCALL_WRAP3(poll, struct pollfd __user *, ufds, unsigned int, nfds, int, timeout);
130 COMPAT_SYSCALL_WRAP2(getcwd, char __user *, buf, unsigned long, size);
133 COMPAT_SYSCALL_WRAP3(lchown, const char __user *, filename, uid_t, user, gid_t, group);
136 COMPAT_SYSCALL_WRAP2(getgroups, int, gidsetsize, gid_t __user *, grouplist);
137 COMPAT_SYSCALL_WRAP2(setgroups, int, gidsetsize, gid_t __user *, grouplist);
140 COMPAT_SYSCALL_WRAP3(getresuid, uid_t __user *, ruid, uid_t __user *, euid, uid_t __user *, suid);
142 COMPAT_SYSCALL_WRAP3(getresgid, gid_t __user *, rgid, gid_t __user *, egid, gid_t __user *, sgid);
143 COMPAT_SYSCALL_WRAP3(chown, const char __user *, filename, uid_t, user, gid_t, group);
148 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
149 COMPAT_SYSCALL_WRAP3(mincore, unsigned long, start, size_t, len, unsigned char __user *, vec);
151 COMPAT_SYSCALL_WRAP5(setxattr, const char __user *, path, const char __user *, name, const void __u…
152 COMPAT_SYSCALL_WRAP5(lsetxattr, const char __user *, path, const char __user *, name, const void __…
153 COMPAT_SYSCALL_WRAP5(fsetxattr, int, fd, const char __user *, name, const void __user *, value, siz…
154 COMPAT_SYSCALL_WRAP3(getdents64, unsigned int, fd, struct linux_dirent64 __user *, dirent, unsigned…
155 COMPAT_SYSCALL_WRAP4(getxattr, const char __user *, path, const char __user *, name, void __user *,…
156 COMPAT_SYSCALL_WRAP4(lgetxattr, const char __user *, path, const char __user *, name, void __user *…
157 COMPAT_SYSCALL_WRAP4(fgetxattr, int, fd, const char __user *, name, void __user *, value, size_t, s…
158 COMPAT_SYSCALL_WRAP3(listxattr, const char __user *, path, char __user *, list, size_t, size);
159 COMPAT_SYSCALL_WRAP3(llistxattr, const char __user *, path, char __user *, list, size_t, size);
160 COMPAT_SYSCALL_WRAP3(flistxattr, int, fd, char __user *, list, size_t, size);
161 COMPAT_SYSCALL_WRAP2(removexattr, const char __user *, path, const char __user *, name);
162 COMPAT_SYSCALL_WRAP2(lremovexattr, const char __user *, path, const char __user *, name);
163 COMPAT_SYSCALL_WRAP2(fremovexattr, int, fd, const char __user *, name);
165 COMPAT_SYSCALL_WRAP1(set_tid_address, int __user *, tidptr);
167 COMPAT_SYSCALL_WRAP4(epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event __user *, event);
168 COMPAT_SYSCALL_WRAP4(epoll_wait, int, epfd, struct epoll_event __user *, events, int, maxevents, in…
172 …CALL_WRAP3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, struct io_event __user *,…
173 COMPAT_SYSCALL_WRAP1(mq_unlink, const char __user *, name);
174 COMPAT_SYSCALL_WRAP5(add_key, const char __user *, tp, const char __user *, dsc, const void __user …
175 COMPAT_SYSCALL_WRAP4(request_key, const char __user *, tp, const char __user *, dsc, const char __u…
179 COMPAT_SYSCALL_WRAP3(inotify_add_watch, int, fd, const char __user *, path, u32, mask);
181 COMPAT_SYSCALL_WRAP3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode);
182 COMPAT_SYSCALL_WRAP4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, unsigned, dev…
183 COMPAT_SYSCALL_WRAP5(fchownat, int, dfd, const char __user *, filename, uid_t, user, gid_t, group, …
184 COMPAT_SYSCALL_WRAP3(unlinkat, int, dfd, const char __user *, pathname, int, flag);
185 …PAT_SYSCALL_WRAP4(renameat, int, olddfd, const char __user *, oldname, int, newdfd, const char __u…
186 …OMPAT_SYSCALL_WRAP5(linkat, int, olddfd, const char __user *, oldname, int, newdfd, const char __u…
187 COMPAT_SYSCALL_WRAP3(symlinkat, const char __user *, oldname, int, newdfd, const char __user *, new…
188 COMPAT_SYSCALL_WRAP4(readlinkat, int, dfd, const char __user *, path, char __user *, buf, int, bufs…
189 COMPAT_SYSCALL_WRAP3(fchmodat, int, dfd, const char __user *, filename, umode_t, mode);
190 COMPAT_SYSCALL_WRAP3(faccessat, int, dfd, const char __user *, filename, int, mode);
192 COMPAT_SYSCALL_WRAP6(splice, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off…
194 COMPAT_SYSCALL_WRAP3(getcpu, unsigned __user *, cpu, unsigned __user *, node, struct getcpu_cache _…
199 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
204 COMPAT_SYSCALL_WRAP5(perf_event_open, struct perf_event_attr __user *, attr_uptr, pid_t, pid, int, …
205 …one, unsigned long, newsp, unsigned long, clone_flags, int __user *, parent_tidptr, int __user *, …
207 …_t, pid, unsigned int, resource, const struct rlimit64 __user *, new_rlim, struct rlimit64 __user …
208 …RAP5(name_to_handle_at, int, dfd, const char __user *, name, struct file_handle __user *, handle, …
213 COMPAT_SYSCALL_WRAP3(finit_module, int, fd, const char __user *, uargs, int, flags);
214 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
215 COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, siz…
216 …AT_SYSCALL_WRAP5(renameat2, int, olddfd, const char __user *, oldname, int, newdfd, const char __u…
217 COMPAT_SYSCALL_WRAP3(seccomp, unsigned int, op, unsigned int, flags, const char __user *, uargs)
218 COMPAT_SYSCALL_WRAP3(getrandom, char __user *, buf, size_t, count, unsigned int, flags)
219 COMPAT_SYSCALL_WRAP2(memfd_create, const char __user *, uname, unsigned int, flags)
221 COMPAT_SYSCALL_WRAP3(s390_pci_mmio_write, const unsigned long, mmio_addr, const void __user *, user…
222 COMPAT_SYSCALL_WRAP3(s390_pci_mmio_read, const unsigned long, mmio_addr, void __user *, user_buffer…