Searched refs:BPF_FS_MAGIC (Results 1 – 5 of 5) sorted by relevance
42 #ifndef BPF_FS_MAGIC43 #define BPF_FS_MAGIC 0xcafe4a11 macro138 .magic = BPF_FS_MAGIC,
88 #define BPF_FS_MAGIC 0xcafe4a11 macro
28 #ifndef BPF_FS_MAGIC29 #define BPF_FS_MAGIC 0xcafe4a11 macro70 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
633 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
58 #ifndef BPF_FS_MAGIC59 #define BPF_FS_MAGIC 0xcafe4a11 macro3755 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()