Searched refs:dscfg_stat (Results 1 – 2 of 2) sorted by relevance
613 struct stat dscfg_stat = {0}; local615 if (stat(CFG_CLUSTER_LOCATION, &dscfg_stat) != 0) {616 if (dscfg_stat.st_blocks == 0) {
2304 struct stat dscfg_stat; in cfg_location() local2305 if (stat(location, &dscfg_stat) != 0) { in cfg_location()2311 if (!S_ISCHR(dscfg_stat.st_mode)) { in cfg_location()