Searched refs:pre_st (Results 1 – 1 of 1) sorted by relevance
316 struct stat64 pre_st; in process_file() local321 if (stat64 (fname, &pre_st) != 0) in process_file()329 TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.st_atim); in process_file()330 TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim); in process_file()352 && (st.st_ino != pre_st.st_ino || st.st_dev != pre_st.st_dev)) in process_file()