Searched refs:BPF_FS_MAGIC (Results 1 – 7 of 7) sorted by relevance
42 #ifndef BPF_FS_MAGIC43 #define BPF_FS_MAGIC 0xcafe4a11 macro144 .magic = BPF_FS_MAGIC,
86 #define BPF_FS_MAGIC 0xcafe4a11 macro
88 #define BPF_FS_MAGIC 0xcafe4a11 macro
29 #ifndef BPF_FS_MAGIC30 #define BPF_FS_MAGIC 0xcafe4a11 macro109 return (unsigned long)st_fs.f_type == BPF_FS_MAGIC; in is_bpffs()
758 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super()
62 #ifndef BPF_FS_MAGIC63 #define BPF_FS_MAGIC 0xcafe4a11 macro7416 if (!err && st_fs.f_type != BPF_FS_MAGIC) { in check_path()