Searched defs:uargs (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/module/ |
H A D | main.c | 3325 static int load_module(struct load_info *info, const char __user *uargs, in load_module() 3542 unsigned long, len, const char __user *, uargs) in SYSCALL_DEFINE3() argument 3648 static int init_module_from_file(struct file *f, const char __user * uargs, int flags) in init_module_from_file() 3676 static int idempotent_init_module(struct file *f, const char __user * uargs, int flags) in idempotent_init_module() 3695 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
|
/linux/kernel/ |
H A D | seccomp.c | 2086 void __user *uargs) in do_seccomp() 2111 void __user *, uargs) in SYSCALL_DEFINE3() argument 2126 void __user *uargs; in prctl_set_seccomp() local
|
H A D | fork.c | 2747 struct clone_args __user *uargs, in copy_clone_args_from_user() 2882 SYSCALL_DEFINE2(clone3, struct clone_args __user *, uargs, size_t, size) in SYSCALL_DEFINE2() argument
|
/linux/fs/ |
H A D | xattr.c | 720 const char __user *, name, const struct xattr_args __user *, uargs, in SYSCALL_DEFINE6() argument 864 const char __user *, name, struct xattr_args __user *, uargs, size_t, usize) in SYSCALL_DEFINE6() argument
|
/linux/fs/btrfs/ |
H A D | ioctl.c | 1677 struct btrfs_ioctl_search_args __user *uargs = argp; in btrfs_ioctl_tree_search() local
|