Searched refs:src_sb_link (Results 1 – 1 of 1) sorted by relevance
1740 const struct stat *src_sb_link; in same_file_ok() local1791 src_sb_link = src_sb; in same_file_ok()1804 src_sb_link = &tmp_src_sb; in same_file_ok()1807 same_link = psame_inode (src_sb_link, dst_sb_link); in same_file_ok()1814 if (S_ISLNK (src_sb_link->st_mode) && S_ISLNK (dst_sb_link->st_mode) in same_file_ok()1846 && S_ISLNK (src_sb_link->st_mode) in same_file_ok()1866 || !S_ISLNK (src_sb_link->st_mode) in same_file_ok()1893 if (!S_ISLNK (src_sb_link->st_mode) && !S_ISLNK (dst_sb_link->st_mode)) in same_file_ok()1895 if (!psame_inode (src_sb_link, dst_sb_link)) in same_file_ok()1946 if ( ! S_ISLNK (src_sb_link->st_mode)) in same_file_ok()[all …]