Searched refs:MS_SLAVE (Results 1 – 17 of 17) sorted by relevance
/systemd-251/src/basic/ |
D | missing_fs.h | 26 #ifndef MS_SLAVE 27 #define MS_SLAVE (1<<19) macro
|
D | mountpoint-util.c | 487 switch (flags & (MS_SHARED|MS_SLAVE|MS_PRIVATE)) { in mount_propagation_flags_to_string() 492 case MS_SLAVE: in mount_propagation_flags_to_string() 508 *ret = MS_SLAVE; in mount_propagation_flags_from_string()
|
D | namespace-util.c | 181 return RET_NERRNO(mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL)); in detach_mount_namespace()
|
D | process-util.c | 1352 if (mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) < 0) { in safe_fork_full()
|
/systemd-251/src/volatile-root/ |
D | volatile-root.c | 57 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) < 0) in make_volatile()
|
/systemd-251/src/home/ |
D | homework-mount.c | 87 …r = mount_nofollow_verbose(LOG_ERR, "/run", "/run", NULL, MS_SLAVE|MS_REC, NULL); /* Mark /run as … in home_unshare_and_mkdir()
|
/systemd-251/src/shared/ |
D | mount-util.c | 617 { .flag = MS_SLAVE, .name = "MS_SLAVE", }, in mount_flags_to_string() 860 r = mount_nofollow_verbose(LOG_DEBUG, NULL, mount_slave, NULL, MS_SLAVE, NULL); in mount_in_namespace()
|
/systemd-251/src/test/ |
D | test-mount-util.c | 112 test_mount_flags_to_string_one(MS_SLAVE, "MS_SLAVE"); in TEST()
|
D | test-mountpoint-util.c | 42 test_mount_propagation_flags_one("slave", 0, MS_SLAVE); in TEST()
|
D | test-process-util.c | 283 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) < 0) { in TEST()
|
/systemd-251/src/sysext/ |
D | sysext.c | 456 r = mount_nofollow_verbose(LOG_ERR, NULL, "/run", NULL, MS_SLAVE|MS_REC, NULL); in merge_subprocess()
|
/systemd-251/src/core/ |
D | namespace.c | 2400 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) < 0) { in setup_namespace() 2490 r = mount(NULL, incoming_dir, NULL, MS_SLAVE, NULL); in setup_namespace()
|
D | dbus-execute.c | 1632 if (!IN_SET(n, 0, MS_SHARED, MS_PRIVATE, MS_SLAVE)) in mount_propagation_flags_to_string_with_check()
|
D | execute.c | 3223 …r = mount_nofollow_verbose(LOG_DEBUG, NULL, "/dev", NULL, MS_SLAVE|MS_REC, NULL); /* Turn off prop… in setup_credentials()
|
/systemd-251/docs/ |
D | CONTAINER_INTERFACE.md | 226 1. The `/run/host/incoming/` directory mount point is configured for `MS_SLAVE`
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 2804 return mount_nofollow_verbose(LOG_ERR, NULL, q, NULL, MS_SLAVE, NULL); in setup_propagate() 3672 r = mount_follow_verbose(LOG_ERR, NULL, "/", NULL, MS_SLAVE|MS_REC, NULL); in outer_child()
|
/systemd-251/ |
D | TODO | 1589 - when homed is in use, maybe start the user session manager in a mount namespace with MS_SLAVE,
|