Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/api/fs/
Dfs.c42 #ifndef BPF_FS_MAGIC
43 #define BPF_FS_MAGIC 0xcafe4a11 macro
138 .magic = BPF_FS_MAGIC,
/Linux-v4.19/include/uapi/linux/
Dmagic.h85 #define BPF_FS_MAGIC 0xcafe4a11 macro
/Linux-v4.19/tools/bpf/bpftool/
Dcommon.c57 #ifndef BPF_FS_MAGIC
58 #define BPF_FS_MAGIC 0xcafe4a11 macro
99 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/Linux-v4.19/kernel/bpf/
Dinode.c643 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c59 #ifndef BPF_FS_MAGIC
60 #define BPF_FS_MAGIC 0xcafe4a11 macro
1663 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()