Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance
1786 struct fs_path *tmp_name; in is_first_ref() local1789 tmp_name = fs_path_alloc(); in is_first_ref()1790 if (!tmp_name) in is_first_ref()1793 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()1797 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()1802 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()1805 fs_path_free(tmp_name); in is_first_ref()
3662 char tmp_name[64]; in bpf_object__open_buffer() local3669 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx", in bpf_object__open_buffer()3672 name = tmp_name; in bpf_object__open_buffer()