Searched refs:other_stat (Results 1 – 1 of 1) sorted by relevance
401 struct stat64 other_stat; in siblings_uncached() local416 if (lstat64 (other_path, &other_stat) >= 0 in siblings_uncached()417 && S_ISDIR (other_stat.st_mode) in siblings_uncached()418 && other_stat.st_uid == output_stat.st_uid in siblings_uncached()419 && other_stat.st_gid == output_stat.st_gid in siblings_uncached()420 && other_stat.st_mode == output_stat.st_mode in siblings_uncached()421 && other_stat.st_dev == output_stat.st_dev) in siblings_uncached()