Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c62 static int WritableOnly = 0; /* -o w, check writable fs' only */ variable
127 if (errno != EACCES || WritableOnly) { in doOpen()
241 WritableOnly++; in parseSubOptions()
270 if (WritableOnly && ReadOnly) { in sanityCheckOpts()