Searched refs:map_relocations (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/filesystems/fuse/ |
D | fuse_daemon.c | 204 struct map_relocation *map_relocations = NULL; in main() local 220 &map_relocations, &map_count), 0); in main() 228 if (!strcmp(map_relocations[i].name, "test_map")) { in main() 232 .map_fd = map_relocations[i].fd, in main() 282 free(map_relocations[i].name); in main() 283 close(map_relocations[i].fd); in main() 285 free(map_relocations); in main()
|
D | bpf_loader.c | 680 struct map_relocation *map_relocations, in relocate_maps() argument 699 if (map_relocations[map_idx].value == sym.st_value) { in relocate_maps() 701 map_relocations[map_idx].fd; in relocate_maps() 714 struct map_relocation **map_relocations, size_t *map_count) in install_elf_bpf() argument 764 map_relocations, map_count), 0); in install_elf_bpf() 783 *map_relocations, *map_count), in install_elf_bpf()
|
D | test_fuse.h | 339 struct map_relocation **map_relocations, size_t *map_count);
|
D | fuse_test.c | 878 struct map_relocation *map_relocations = NULL; in bpf_test_largedir() local 885 &bpf_fd, &map_relocations, &map_count), 0); in bpf_test_largedir()
|