Home
last modified time | relevance | path

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

/linux/tools/lib/api/fs/
A Dfs.c42 #ifndef BPF_FS_MAGIC
43 #define BPF_FS_MAGIC 0xcafe4a11 macro
144 .magic = BPF_FS_MAGIC,
/linux/include/uapi/linux/
A Dmagic.h88 #define BPF_FS_MAGIC 0xcafe4a11 macro
/linux/tools/bpf/bpftool/
A Dcommon.c30 #ifndef BPF_FS_MAGIC
31 #define BPF_FS_MAGIC 0xcafe4a11 macro
117 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
/linux/kernel/bpf/
A Dinode.c759 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
/linux/tools/lib/bpf/
A Dlibbpf.c59 #ifndef BPF_FS_MAGIC
60 #define BPF_FS_MAGIC 0xcafe4a11 macro
7368 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()

Completed in 37 milliseconds