Searched refs:upath (Results 1 – 2 of 2) sorted by relevance
334 char __user *upath, *upropname; in ioctl_dtprop() local344 upath = (char __user *)(uintptr_t)param.path; in ioctl_dtprop()348 path = strndup_user(upath, FH_DTPROP_MAX_PATHLEN); in ioctl_dtprop()
3014 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); in bpf_uprobe_multi_link_fill_link_info() local3022 if (!upath ^ !upath_size) in bpf_uprobe_multi_link_fill_link_info()3045 if (upath) in bpf_uprobe_multi_link_fill_link_info()3046 left = copy_to_user(upath, p, upath_size); in bpf_uprobe_multi_link_fill_link_info()3221 void __user *upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path); in bpf_uprobe_multi_get_path() local3230 if (upath) in bpf_uprobe_multi_get_path()3245 if (!upath || path_fd) in bpf_uprobe_multi_get_path()3248 return user_path_at(AT_FDCWD, upath, LOOKUP_FOLLOW, path); in bpf_uprobe_multi_get_path()