Lines Matching refs:upath
3014 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path);
3022 if (!upath ^ !upath_size)
3045 if (upath)
3046 left = copy_to_user(upath, p, upath_size);
3221 void __user *upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path);
3228 * identified by path_fd, upath must be NULL.
3230 if (upath)
3243 * relative to the cwd (AT_FDCWD) or absolute using the upath string.
3245 if (!upath || path_fd)
3248 return user_path_at(AT_FDCWD, upath, LOOKUP_FOLLOW, path);