Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_main.c66 static int WritableOnly = 0; /* -o w, check writable fs' only */ variable
132 if (errno != EACCES || WritableOnly) { in doOpen()
260 WritableOnly++; in parseSubOptions()
289 if (WritableOnly && ReadOnly) { in sanityCheckOpts()