Searched refs:tmp_name (Results 1 – 2 of 2) sorted by relevance
1812 struct fs_path *tmp_name; in is_first_ref() local1815 tmp_name = fs_path_alloc(); in is_first_ref()1816 if (!tmp_name) in is_first_ref()1819 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()1823 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()1828 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()1831 fs_path_free(tmp_name); in is_first_ref()
6878 char tmp_name[64]; in __bpf_object__open() local6893 snprintf(tmp_name, sizeof(tmp_name), "%lx-%lx", in __bpf_object__open()6896 obj_name = tmp_name; in __bpf_object__open()