Lines Matching defs:__user

154 SYSCALL_DEFINE2(stat, const char __user *, filename,  in SYSCALL_DEFINE2()
155 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
167 SYSCALL_DEFINE2(lstat, const char __user *, filename, in SYSCALL_DEFINE2()
168 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
180 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
243 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2()
244 struct stat __user *, statbuf) in SYSCALL_DEFINE2()
254 SYSCALL_DEFINE2(newlstat, const char __user *, filename, in SYSCALL_DEFINE2()
255 struct stat __user *, statbuf) in SYSCALL_DEFINE2()
268 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4()
269 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
281 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) in SYSCALL_DEFINE2()
292 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4()
320 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, in SYSCALL_DEFINE3()
367 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2()
368 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
379 SYSCALL_DEFINE2(lstat64, const char __user *, filename, in SYSCALL_DEFINE2()
380 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
391 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
402 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4()
403 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()