Searched refs:tmp_dst_sb (Results 1 – 1 of 1) sorted by relevance
1742 struct stat tmp_dst_sb; in same_file_ok() local1799 if (fstatat (dst_dirfd, dst_relname, &tmp_dst_sb, in same_file_ok()1805 dst_sb_link = &tmp_dst_sb; in same_file_ok()1952 tmp_dst_sb = *dst_sb_link; in same_file_ok()1953 else if (fstatat (dst_dirfd, dst_relname, &tmp_dst_sb, 0) != 0) in same_file_ok()1956 if (!psame_inode (&tmp_src_sb, &tmp_dst_sb)) in same_file_ok()