Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance
6242 struct stat dir_stat; in print_zpool_dir_scripts() local6256 if (stat(fullpath, &dir_stat) == 0) in print_zpool_dir_scripts()6257 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()6258 S_ISREG(dir_stat.st_mode)) in print_zpool_dir_scripts()