Searched refs:st2 (Results 1 – 1 of 1) sorted by relevance
560 struct stat64 st2; in open_archive() local637 if (stat64 (archivefname, &st2) == -1 in open_archive()638 || st.st_dev != st2.st_dev in open_archive()639 || st.st_ino != st2.st_ino) in open_archive()
Completed in 5 milliseconds