Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dutilities.c52 struct stat stblock; in blockcheck() local
59 if (stat(newname, &stblock) < 0) { in blockcheck()
68 if (stat(newname, &stblock) < 0) { in blockcheck()
72 switch(stblock.st_mode & S_IFMT) { in blockcheck()