Searched refs:instat (Results 1 – 1 of 1) sorted by relevance
39 struct stat64 instat; 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()