• Home
  • Raw
  • Download

Lines Matching defs:__user

177 SYSCALL_DEFINE2(stat, const char __user *, filename,  in SYSCALL_DEFINE2()
178 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
190 SYSCALL_DEFINE2(lstat, const char __user *, filename, in SYSCALL_DEFINE2()
191 struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
203 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) in SYSCALL_DEFINE2()
266 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2()
267 struct stat __user *, statbuf) in SYSCALL_DEFINE2()
277 SYSCALL_DEFINE2(newlstat, const char __user *, filename, in SYSCALL_DEFINE2()
278 struct stat __user *, statbuf) in SYSCALL_DEFINE2()
291 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4()
292 struct stat __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
304 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) in SYSCALL_DEFINE2()
315 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4()
349 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, in SYSCALL_DEFINE3()
398 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2()
399 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
410 SYSCALL_DEFINE2(lstat64, const char __user *, filename, in SYSCALL_DEFINE2()
411 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
422 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
433 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4()
434 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()