Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/api/fs/
Dfs.c42 #ifndef BPF_FS_MAGIC
43 #define BPF_FS_MAGIC 0xcafe4a11 macro
138 .magic = BPF_FS_MAGIC,
/Linux-v5.4/include/uapi/linux/
Dmagic.h88 #define BPF_FS_MAGIC 0xcafe4a11 macro
/Linux-v5.4/tools/bpf/bpftool/
Dcommon.c28 #ifndef BPF_FS_MAGIC
29 #define BPF_FS_MAGIC 0xcafe4a11 macro
70 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/Linux-v5.4/kernel/bpf/
Dinode.c633 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c58 #ifndef BPF_FS_MAGIC
59 #define BPF_FS_MAGIC 0xcafe4a11 macro
3755 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()