Searched refs:ns_path (Results 1 – 3 of 3) sorted by relevance
303 struct path ns_path; in bpf_prog_offload_info_fill() local308 res = ns_get_path_cb(&ns_path, bpf_prog_offload_info_fill_ns, &args); in bpf_prog_offload_info_fill()335 ns_inode = ns_path.dentry->d_inode; in bpf_prog_offload_info_fill()338 path_put(&ns_path); in bpf_prog_offload_info_fill()528 struct path ns_path; in bpf_map_offload_info_fill() local531 res = ns_get_path_cb(&ns_path, bpf_map_offload_info_fill_ns, &args); in bpf_map_offload_info_fill()538 ns_inode = ns_path.dentry->d_inode; in bpf_map_offload_info_fill()541 path_put(&ns_path); in bpf_map_offload_info_fill()
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()
8050 struct path ns_path; in perf_fill_ns_link_info() local8054 error = ns_get_path(&ns_path, task, ns_ops); in perf_fill_ns_link_info()8056 ns_inode = ns_path.dentry->d_inode; in perf_fill_ns_link_info()8059 path_put(&ns_path); in perf_fill_ns_link_info()
Completed in 26 milliseconds