Searched refs:dir_stat (Results 1 – 1 of 1) sorted by relevance
6248 struct stat dir_stat; in print_zpool_dir_scripts() local6262 if (stat(fullpath, &dir_stat) == 0) in print_zpool_dir_scripts()6263 if (dir_stat.st_mode & S_IXUSR && in print_zpool_dir_scripts()6264 S_ISREG(dir_stat.st_mode)) in print_zpool_dir_scripts()