Searched refs:MS_SHARED (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/basic/ |
D | missing_fs.h | 30 #ifndef MS_SHARED 31 #define MS_SHARED (1<<20) macro
|
D | mountpoint-util.c | 487 switch (flags & (MS_SHARED|MS_SLAVE|MS_PRIVATE)) { in mount_propagation_flags_to_string() 490 case MS_SHARED: in mount_propagation_flags_to_string() 506 *ret = MS_SHARED; in mount_propagation_flags_from_string()
|
/systemd-251/src/test/ |
D | test-mount-util.c | 113 test_mount_flags_to_string_one(MS_SHARED, "MS_SHARED"); in TEST()
|
D | test-mountpoint-util.c | 41 test_mount_propagation_flags_one("shared", 0, MS_SHARED); in TEST()
|
/systemd-251/src/shared/ |
D | mount-setup.c | 546 if (mount(NULL, "/", NULL, MS_REC|MS_SHARED, NULL) < 0) in mount_setup()
|
D | mount-util.c | 618 { .flag = MS_SHARED, .name = "MS_SHARED", }, in mount_flags_to_string()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 3261 r = mount_follow_verbose(LOG_ERR, NULL, "/", NULL, MS_SHARED|MS_REC, NULL); in inner_child() 3871 r = mount_nofollow_verbose(LOG_ERR, NULL, directory, NULL, MS_SHARED|MS_REC, NULL); in outer_child()
|
/systemd-251/src/core/ |
D | namespace.c | 2028 mount_flags = MS_SHARED; in setup_namespace()
|
D | execute.c | 2062 if (!IN_SET(context->mount_flags, 0, MS_SHARED)) in exec_needs_mount_namespace() 3600 if (context->mount_flags == MS_SHARED) in apply_mount_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()
|