Searched refs:tmp_name (Results 1 – 1 of 1) sorted by relevance
1828 struct fs_path *tmp_name; in is_first_ref() local1831 tmp_name = fs_path_alloc(); in is_first_ref()1832 if (!tmp_name) in is_first_ref()1835 ret = get_first_ref(root, ino, &tmp_dir, NULL, tmp_name); in is_first_ref()1839 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()1844 ret = !memcmp(tmp_name->start, name, name_len); in is_first_ref()1847 fs_path_free(tmp_name); in is_first_ref()