Searched refs:BPF_FS_MAGIC (Results 1 – 5 of 5) sorted by relevance
96 #define BPF_FS_MAGIC 0xcafe4a1195 #define BPF_FS_MAGIC global() macro
45 #ifndef BPF_FS_MAGIC46 #define BPF_FS_MAGIC 0xcafe4a11 macro
36 #ifndef BPF_FS_MAGIC37 #define BPF_FS_MAGIC 0xcafe4a11 macro78 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
1021 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
59 #ifndef BPF_FS_MAGIC60 #define BPF_FS_MAGIC 0xcafe4a11 macro8655 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()