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.c60 static int WritableOnly = 0; /* -o w, check writable fs' only */ variable
125 if (errno != EACCES || WritableOnly) { in doOpen()
239 WritableOnly++; in parseSubOptions()
268 if (WritableOnly && ReadOnly) { in sanityCheckOpts()