Home
last modified time | relevance | path

Searched refs:source_stats (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dln.c181 struct stat source_stats; in do_link() local
193 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()