Home
last modified time | relevance | path

Searched refs:bind_remount_recursive (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-mount-util.c128 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/
Dmount-util.h45 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/
Dvolatile-root.c45 r = bind_remount_recursive("/run/systemd/volatile-sysroot/usr", MS_RDONLY, MS_RDONLY, NULL); in make_volatile()
/systemd-251/src/nspawn/
Dnspawn-mount.c773 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()
Dnspawn.c3885 r = bind_remount_recursive(directory, MS_RDONLY, MS_RDONLY, NULL); in outer_child()
/systemd-251/src/sysext/
Dsysext.c372 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()