HomeSort by: relevance | last modified time | path
    Searched defs:stblock (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck/
fsutil.c 187 struct stat stslash, stblock, stchar; local in function:blockcheck
208 if (stat(newname, &stblock) < 0) {
212 if (S_ISBLK(stblock.st_mode)) {
213 if (stslash.st_dev == stblock.st_rdev)
230 } else if (S_ISCHR(stblock.st_mode) && !retried) {
fsutil.c 187 struct stat stslash, stblock, stchar; local in function:blockcheck
208 if (stat(newname, &stblock) < 0) {
212 if (S_ISBLK(stblock.st_mode)) {
213 if (stslash.st_dev == stblock.st_rdev)
230 } else if (S_ISCHR(stblock.st_mode) && !retried) {
fsutil.c 187 struct stat stslash, stblock, stchar; local in function:blockcheck
208 if (stat(newname, &stblock) < 0) {
212 if (S_ISBLK(stblock.st_mode)) {
213 if (stslash.st_dev == stblock.st_rdev)
230 } else if (S_ISCHR(stblock.st_mode) && !retried) {

Completed in 151 milliseconds