Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmagic.h95 #define BPF_FS_MAGIC 0xcafe4a11 macro
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c44 #ifndef BPF_FS_MAGIC
45 #define BPF_FS_MAGIC 0xcafe4a11 macro
/openbmc/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()
/openbmc/linux/kernel/bpf/
H A Dinode.c747 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c58 #ifndef BPF_FS_MAGIC
59 #define BPF_FS_MAGIC 0xcafe4a11 macro
8041 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()