Lines Matching refs:__user
63 extern int user_path_mountpoint_at(int, const char __user *, unsigned int, struct path *);
66 long do_mknodat(int dfd, const char __user *filename, umode_t mode,
68 long do_mkdirat(int dfd, const char __user *pathname, umode_t mode);
69 long do_rmdir(int dfd, const char __user *pathname);
71 long do_symlinkat(const char __user *oldname, int newdfd,
72 const char __user *newname);
73 int do_linkat(int olddfd, const char __user *oldname, int newdfd,
74 const char __user *newname, int flags);
79 extern void *copy_mount_options(const void __user *);
80 extern char *copy_mount_string(const void __user *);
128 long do_faccessat(int dfd, const char __user *filename, int mode);
129 int do_fchmodat(int dfd, const char __user *filename, umode_t mode);
130 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group,