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

/systemd/src/basic/
H A Dmount-util.c349 unsigned long orig_flags; local
427 orig_flags = 0;
428 (void) get_mount_flags(cleaned, &orig_flags);
429 orig_flags &= ~MS_RDONLY;
431 if (mount(NULL, prefix, NULL, orig_flags|MS_BIND|MS_REMOUNT|(ro ? MS_RDONLY : 0), NULL) < 0)
454 orig_flags = 0;
455 (void) get_mount_flags(x, &orig_flags);
456 orig_flags &= ~MS_RDONLY;
458 if (mount(NULL, x, NULL, orig_flags|MS_BIND|MS_REMOUNT|(ro ? MS_RDONLY : 0), NULL) < 0) {

Completed in 2353 milliseconds