Home
last modified time | relevance | path

Searched refs:bpf_d_path (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_d_path.c36 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()
Dtest_d_path_check_rdonly_mem.c23 bpf_d_path(path, active, sizeof(int)); in BPF_PROG()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1125 BPF_CALL_3(bpf_d_path, struct path *, path, char *, buf, u32, sz) in BPF_CALL_3() argument
1168 .func = bpf_d_path,