Searched refs:rw (Results 1 - 3 of 3) sorted by relevance

/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c57 static int add_cryptsetup(const char *id, const char *what, bool rw, char **device) { argument
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,
162 add_mount( const char *id, const char *what, const char *where, const char *fstype, bool rw, const char *options, const char *description, const char *post) argument
273 probe_and_add_mount( const char *id, const char *what, const char *where, bool rw, const char *description, const char *post) argument
376 add_automount( const char *id, const char *what, const char *where, const char *fstype, bool rw, const char *options, const char *description, usec_t timeout) argument
[all...]
/systemd/src/nspawn/
H A Dnspawn.c2134 static int mount_device(const char *what, const char *where, const char *directory, bool rw) { argument
2144 rw = false;
2186 if (mount(what, p, fstype, MS_NODEV|(rw ? 0 : MS_RDONLY), NULL) < 0)
/systemd/test/
H A Dtest-functions338 LABEL=systemd / ext3 rw 0 1

Completed in 494 milliseconds