Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmagic.h96 #define BPF_FS_MAGIC 0xcafe4a11
95 #define BPF_FS_MAGIC global() macro
/linux/tools/lib/api/fs/
H A Dfs.c45 #ifndef BPF_FS_MAGIC
46 #define BPF_FS_MAGIC 0xcafe4a11 macro
/linux/tools/bpf/bpftool/
H A Dcommon.c36 #ifndef BPF_FS_MAGIC
37 #define BPF_FS_MAGIC 0xcafe4a11 macro
78 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/linux/kernel/bpf/
H A Dinode.c1021 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/linux/tools/lib/bpf/
H A Dlibbpf.c59 #ifndef BPF_FS_MAGIC
60 #define BPF_FS_MAGIC 0xcafe4a11 macro
8655 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()