Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck/
H A Dfsutil.c187 struct stat stslash, stblock, stchar; in blockcheck() local
208 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()