Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance
5405 struct stat dir_stat; in print_zpool_dir_scripts() local5413 if (stat(fullpath, &dir_stat) == 0) in print_zpool_dir_scripts()5414 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()5415 S_ISREG(dir_stat.st_mode)) in print_zpool_dir_scripts()