Lines Matching refs:rw
57 static int add_cryptsetup(const char *id, const char *what, bool rw, char **device) {
105 id, what, rw ? "" : "read-only",
167 bool rw,
185 r = add_cryptsetup(id, what, rw, &crypto_what);
230 fprintf(f, "Options=%s,%s\n", options, rw ? "rw" : "ro");
232 fprintf(f, "Options=%s\n", rw ? "rw" : "ro");
277 bool rw,
324 rw,
381 bool rw,
406 rw,
930 } else if (streq(key, "rw") && !value)