Searched refs:stblock (Results 1 – 1 of 1) sorted by relevance
187 struct stat stslash, stblock, stchar; in blockcheck() local208 if (stat(newname, &stblock) < 0) { in blockcheck()212 if (S_ISBLK(stblock.st_mode)) { in blockcheck()213 if (stslash.st_dev == stblock.st_rdev) in blockcheck()230 } else if (S_ISCHR(stblock.st_mode) && !retried) { in blockcheck()