Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_INODE_STORAGE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_types.h110 BPF_MAP_TYPE(BPF_MAP_TYPE_INODE_STORAGE, inode_storage_map_ops)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c27 __uint(type, BPF_MAP_TYPE_INODE_STORAGE);
H A Dmap_kptr.c85 __uint(type, BPF_MAP_TYPE_INODE_STORAGE);
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c308 case BPF_MAP_TYPE_INODE_STORAGE: in probe_map_create()
H A Dlibbpf.c172 [BPF_MAP_TYPE_INODE_STORAGE] = "inode_storage",
/openbmc/linux/include/uapi/linux/
H A Dbpf.h959 BPF_MAP_TYPE_INODE_STORAGE, enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h959 BPF_MAP_TYPE_INODE_STORAGE, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1060 map->map_type != BPF_MAP_TYPE_INODE_STORAGE && in map_check_btf()
1085 map->map_type != BPF_MAP_TYPE_INODE_STORAGE && in map_check_btf()
1207 case BPF_MAP_TYPE_INODE_STORAGE: in map_create()
H A Dverifier.c8891 case BPF_MAP_TYPE_INODE_STORAGE: in check_map_func_compatibility()
9013 if (map->map_type != BPF_MAP_TYPE_INODE_STORAGE) in check_map_func_compatibility()
17566 case BPF_MAP_TYPE_INODE_STORAGE: in check_map_prog_compatibility()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c889 case BPF_MAP_TYPE_INODE_STORAGE: in fixup_obj()