Lines Matching defs:__user

324 int vfs_fstatat(int dfd, const char __user *filename,
353 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf)
390 SYSCALL_DEFINE2(stat, const char __user *, filename,
391 struct __old_kernel_stat __user *, statbuf)
403 SYSCALL_DEFINE2(lstat, const char __user *, filename,
404 struct __old_kernel_stat __user *, statbuf)
416 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf)
435 static int cp_new_stat(struct kstat *stat, struct stat __user *statbuf)
474 SYSCALL_DEFINE2(newstat, const char __user *, filename,
475 struct stat __user *, statbuf)
485 SYSCALL_DEFINE2(newlstat, const char __user *, filename,
486 struct stat __user *, statbuf)
499 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename,
500 struct stat __user *, statbuf, int, flag)
512 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf)
524 static int do_readlinkat(int dfd, const char __user *pathname,
525 char __user *buf, int bufsiz)
565 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname,
566 char __user *, buf, int, bufsiz)
571 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf,
585 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf)
620 SYSCALL_DEFINE2(stat64, const char __user *, filename,
621 struct stat64 __user *, statbuf)
632 SYSCALL_DEFINE2(lstat64, const char __user *, filename,
633 struct stat64 __user *, statbuf)
644 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf)
655 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename,
656 struct stat64 __user *, statbuf, int, flag)
669 cp_statx(const struct kstat *stat, struct statx __user *buffer)
712 unsigned int mask, struct statx __user *buffer)
736 struct statx __user *buffer)
772 int, dfd, const char __user *, filename, unsigned, flags,
774 struct statx __user *, buffer)
802 static int cp_compat_stat(struct kstat *stat, struct compat_stat __user *ubuf)
837 COMPAT_SYSCALL_DEFINE2(newstat, const char __user *, filename,
838 struct compat_stat __user *, statbuf)
849 COMPAT_SYSCALL_DEFINE2(newlstat, const char __user *, filename,
850 struct compat_stat __user *, statbuf)
863 const char __user *, filename,
864 struct compat_stat __user *, statbuf, int, flag)
877 struct compat_stat __user *, statbuf)