Searched refs:bpf_d_path (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_d_path.c | 36 ret = bpf_d_path(path, paths_stat[cnt], MAX_PATH_LEN); in BPF_PROG() 57 ret = bpf_d_path(&file->f_path, in BPF_PROG()
|
A D | bpf_iter_task_vma.c | 47 bpf_d_path(&file->f_path, d_path_buf, D_PATH_BUF_SIZE); in proc_maps()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 892 BPF_CALL_3(bpf_d_path, struct path *, path, char *, buf, u32, sz) in BPF_CALL_3() argument 943 .func = bpf_d_path,
|
Completed in 9 milliseconds