Searched refs:ro (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | mount-util.h | 38 int bind_remount_recursive(const char *prefix, bool ro);
|
H A D | mount-util.c | 315 int bind_remount_recursive(const char *prefix, bool ro) { argument 431 if (mount(NULL, prefix, NULL, orig_flags|MS_BIND|MS_REMOUNT|(ro ? MS_RDONLY : 0), NULL) < 0) 458 if (mount(NULL, x, NULL, orig_flags|MS_BIND|MS_REMOUNT|(ro ? MS_RDONLY : 0), NULL) < 0) {
|
Completed in 725 milliseconds