Searched refs:ns_path (Results 1 – 3 of 3) sorted by relevance
48 struct path ns_path; in proc_ns_get_link() local61 error = ns_get_path(&ns_path, task, ns_ops); in proc_ns_get_link()65 error = nd_jump_link(&ns_path); in proc_ns_get_link()
460 struct path ns_path; in bpf_prog_offload_info_fill() local465 res = ns_get_path_cb(&ns_path, bpf_prog_offload_info_fill_ns, &args); in bpf_prog_offload_info_fill()492 ns_inode = ns_path.dentry->d_inode; in bpf_prog_offload_info_fill()495 path_put(&ns_path); in bpf_prog_offload_info_fill()660 struct path ns_path; in bpf_map_offload_info_fill() local663 res = ns_get_path_cb(&ns_path, bpf_map_offload_info_fill_ns, &args); in bpf_map_offload_info_fill()670 ns_inode = ns_path.dentry->d_inode; in bpf_map_offload_info_fill()673 path_put(&ns_path); in bpf_map_offload_info_fill()
8345 struct path ns_path; in perf_fill_ns_link_info() local8349 error = ns_get_path(&ns_path, task, ns_ops); in perf_fill_ns_link_info()8351 ns_inode = ns_path.dentry->d_inode; in perf_fill_ns_link_info()8354 path_put(&ns_path); in perf_fill_ns_link_info()
Completed in 26 milliseconds