Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance
1790 struct fs_path *tmp_name; in is_first_ref() local1793 tmp_name = fs_path_alloc(); in is_first_ref()1794 if (!tmp_name) in is_first_ref()1797 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()1801 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()1806 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()1809 fs_path_free(tmp_name); in is_first_ref()
6377 char tmp_name[64]; in __bpf_object__open() local6392 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx", in __bpf_object__open()6395 obj_name = tmp_name; in __bpf_object__open()