Home
last modified time | relevance | path

Searched refs:BPF_FS_MAGIC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/lib/api/fs/
Dfs.c42 #ifndef BPF_FS_MAGIC
43 #define BPF_FS_MAGIC 0xcafe4a11 macro
144 .magic = BPF_FS_MAGIC,
/Linux-v5.10/include/uapi/linux/
Dmagic.h88 #define BPF_FS_MAGIC 0xcafe4a11 macro
/Linux-v5.10/tools/bpf/bpftool/
Dcommon.c29 #ifndef BPF_FS_MAGIC
30 #define BPF_FS_MAGIC 0xcafe4a11 macro
109 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/Linux-v5.10/kernel/bpf/
Dinode.c758 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c62 #ifndef BPF_FS_MAGIC
63 #define BPF_FS_MAGIC 0xcafe4a11 macro
7347 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()