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

/linux-master/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);
/linux-master/include/linux/
H A Dbpf_types.h110 BPF_MAP_TYPE(BPF_MAP_TYPE_INODE_STORAGE, inode_storage_map_ops)
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c313 case BPF_MAP_TYPE_INODE_STORAGE:
H A Dlibbpf.c183 [BPF_MAP_TYPE_INODE_STORAGE] = "inode_storage",
/linux-master/include/uapi/linux/
H A Dbpf.h1007 BPF_MAP_TYPE_INODE_STORAGE, enumerator in enum:bpf_map_type
4787 * be a **BPF_MAP_TYPE_INODE_STORAGE**.
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1007 BPF_MAP_TYPE_INODE_STORAGE, enumerator in enum:bpf_map_type
4787 * be a **BPF_MAP_TYPE_INODE_STORAGE**.
/linux-master/kernel/bpf/
H A Dsyscall.c1110 map->map_type != BPF_MAP_TYPE_INODE_STORAGE &&
1136 map->map_type != BPF_MAP_TYPE_INODE_STORAGE &&
1290 case BPF_MAP_TYPE_INODE_STORAGE:
H A Dverifier.c8973 case BPF_MAP_TYPE_INODE_STORAGE:
9095 if (map->map_type != BPF_MAP_TYPE_INODE_STORAGE)
18175 case BPF_MAP_TYPE_INODE_STORAGE:
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c920 case BPF_MAP_TYPE_INODE_STORAGE:

Completed in 386 milliseconds