Searched refs:ns_get_path_cb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | proc_ns.h | 82 extern void *ns_get_path_cb(struct path *path, ns_get_path_helper_t ns_get_cb,
|
/Linux-v4.19/fs/ |
D | nsfs.c | 106 void *ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, in ns_get_path_cb() function 143 return ns_get_path_cb(path, ns_get_path_task, &args); in ns_get_path()
|
/Linux-v4.19/kernel/bpf/ |
D | offload.c | 276 res = ns_get_path_cb(&ns_path, bpf_prog_offload_info_fill_ns, &args); in bpf_prog_offload_info_fill() 499 res = ns_get_path_cb(&ns_path, bpf_map_offload_info_fill_ns, &args); in bpf_map_offload_info_fill()
|