Searched refs:source_stats (Results 1 – 1 of 1) sorted by relevance
181 struct stat source_stats; in do_link() local193 source_status = fstatat (AT_FDCWD, source, &source_stats, nofollow_flag); in do_link()203 if (!symbolic_link && !hard_dir_link && S_ISDIR (source_stats.st_mode)) in do_link()260 source_status = stat (source, &source_stats); in do_link()262 && psame_inode (&source_stats, &dest_stats) in do_link()263 && (source_stats.st_nlink == 1 in do_link()344 record_file (dest_set, dest, &source_stats); in do_link()