Home
last modified time | relevance | path

Searched refs:MS_SHARED (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/basic/
Dmissing_fs.h30 #ifndef MS_SHARED
31 #define MS_SHARED (1<<20) macro
Dmountpoint-util.c487 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/
Dtest-mount-util.c113 test_mount_flags_to_string_one(MS_SHARED, "MS_SHARED"); in TEST()
Dtest-mountpoint-util.c41 test_mount_propagation_flags_one("shared", 0, MS_SHARED); in TEST()
/systemd-251/src/shared/
Dmount-setup.c546 if (mount(NULL, "/", NULL, MS_REC|MS_SHARED, NULL) < 0) in mount_setup()
Dmount-util.c618 { .flag = MS_SHARED, .name = "MS_SHARED", }, in mount_flags_to_string()
/systemd-251/src/nspawn/
Dnspawn.c3261 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/
Dnamespace.c2028 mount_flags = MS_SHARED; in setup_namespace()
Dexecute.c2062 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()
Ddbus-execute.c1632 if (!IN_SET(n, 0, MS_SHARED, MS_PRIVATE, MS_SLAVE)) in mount_propagation_flags_to_string_with_check()