Searched refs:ns_get_path_cb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | proc_ns.h | 80 extern int ns_get_path_cb(struct path *path, ns_get_path_helper_t ns_get_cb,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | proc_ns.h | 79 extern int ns_get_path_cb(struct path *path, ns_get_path_helper_t ns_get_cb,
|
/kernel/linux/linux-5.10/fs/ |
H A D | nsfs.c | 109 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, in ns_get_path_cb() function 144 return ns_get_path_cb(path, ns_get_path_task, &args); in ns_get_path()
|
/kernel/linux/linux-6.6/fs/ |
H A D | nsfs.c | 110 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, in ns_get_path_cb() function 145 return ns_get_path_cb(path, ns_get_path_task, &args); in ns_get_path()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | offload.c | 308 res = ns_get_path_cb(&ns_path, bpf_prog_offload_info_fill_ns, &args); in bpf_prog_offload_info_fill() 531 res = ns_get_path_cb(&ns_path, bpf_map_offload_info_fill_ns, &args); in bpf_map_offload_info_fill()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | offload.c | 468 res = ns_get_path_cb(&ns_path, bpf_prog_offload_info_fill_ns, &args); in bpf_prog_offload_info_fill() 672 res = ns_get_path_cb(&ns_path, bpf_map_offload_info_fill_ns, &args); in bpf_map_offload_info_fill()
|
Completed in 4 milliseconds