Home
last modified time | relevance | path

Searched refs:stblock (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sbin/fsck/
H A Dpreen.c266 struct stat stslash, stblock, stchar; local
278 if (stat(newname, &stblock) < 0) {
283 if ((stblock.st_mode & S_IFMT) == S_IFBLK) {
284 if (stslash.st_dev == stblock.st_rdev)
298 } else if ((stblock.st_mode & S_IFMT) == S_IFCHR && !retried) {