Searched refs:BPF_FS_MAGIC (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/include/uapi/linux/ | ||
| D | magic.h | 78 #define BPF_FS_MAGIC 0xcafe4a11 macro |
| /linux-4.4.14/kernel/bpf/ | ||
| D | inode.c | 344 ret = simple_fill_super(sb, BPF_FS_MAGIC, bpf_rfiles); in bpf_fill_super() |