Searched refs:bind_remount_recursive (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ |
D | test-mount-util.c | 128 TEST(bind_remount_recursive) { in TEST() argument 165 …assert_se(bind_remount_recursive(p, MS_RDONLY, MS_RDONLY, path_equal(p, "/sys") ? STRV_MAKE("/sys/… in TEST()
|
/systemd-251/src/shared/ |
D | mount-util.h | 45 static inline int bind_remount_recursive(const char *prefix, unsigned long new_flags, unsigned long… in bind_remount_recursive() function
|
/systemd-251/src/volatile-root/ |
D | volatile-root.c | 45 r = bind_remount_recursive("/run/systemd/volatile-sysroot/usr", MS_RDONLY, MS_RDONLY, NULL); in make_volatile()
|
/systemd-251/src/nspawn/ |
D | nspawn-mount.c | 773 r = bind_remount_recursive(where, MS_RDONLY, MS_RDONLY, NULL); in mount_bind() 992 r = bind_remount_recursive(directory, MS_RDONLY, MS_RDONLY, NULL); in setup_volatile_state() 1073 r = bind_remount_recursive(t, MS_RDONLY, MS_RDONLY, NULL); in setup_volatile_yes()
|
D | nspawn.c | 3885 r = bind_remount_recursive(directory, MS_RDONLY, MS_RDONLY, NULL); in outer_child()
|
/systemd-251/src/sysext/ |
D | sysext.c | 372 r = bind_remount_recursive(overlay_path, MS_RDONLY, MS_RDONLY, NULL); in merge_hierarchy() 506 r = bind_remount_recursive(p, MS_RDONLY, MS_RDONLY, NULL); in merge_subprocess()
|