Searched refs:outstat (Results 1 – 1 of 1) sorted by relevance
40 struct stat64 outstat; in support_copy_file_range() local41 if (fstat64 (infd, &instat) != 0 || fstat64 (outfd, &outstat) != 0) in support_copy_file_range()43 if (S_ISDIR (instat.st_mode) || S_ISDIR (outstat.st_mode)) in support_copy_file_range()48 if (!S_ISREG (instat.st_mode) || !S_ISREG (outstat.st_mode)) in support_copy_file_range()