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()
3129 u64 __user *upath = u64_to_user_ptr(info->uprobe_multi.path); in bpf_uprobe_multi_link_fill_link_info() local3137 if (!upath ^ !upath_size) in bpf_uprobe_multi_link_fill_link_info()3160 if (upath) in bpf_uprobe_multi_link_fill_link_info()3161 left = copy_to_user(upath, p, upath_size); in bpf_uprobe_multi_link_fill_link_info()3285 void __user *upath; in bpf_uprobe_multi_link_attach() local3307 upath = u64_to_user_ptr(attr->link_create.uprobe_multi.path); in bpf_uprobe_multi_link_attach()3312 if (!upath || !uoffsets || !cnt || pid < 0) in bpf_uprobe_multi_link_attach()3320 name = strndup_user(upath, PATH_MAX); in bpf_uprobe_multi_link_attach()