Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance
6235 struct stat dir_stat; in print_zpool_dir_scripts() local6249 if (stat(fullpath, &dir_stat) == 0) in print_zpool_dir_scripts()6250 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()6251 S_ISREG(dir_stat.st_mode)) in print_zpool_dir_scripts()