Home
last modified time | relevance | path

Searched refs:MS_MOVE (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/basic/ !
Dmissing_fs.h14 #ifndef MS_MOVE
15 #define MS_MOVE 8192 macro
/systemd-251/src/shared/ !
Dmount-util.c480 if (mount(path, "/", NULL, MS_MOVE, NULL) < 0) in mount_move_root()
611 { .flag = MS_MOVE, .name = "MS_MOVE", }, in mount_flags_to_string()
674 else if (f & MS_MOVE) in mount_verbose_full()
910 r = mount_nofollow_verbose(LOG_DEBUG, mount_tmp, mount_outside, NULL, MS_MOVE, NULL); in mount_in_namespace()
953 r = mount_nofollow_verbose(LOG_ERR, mount_inside, dest, NULL, MS_MOVE, NULL); in mount_in_namespace()
Dswitch-root.c107 } else if (mount(new_root, "/", NULL, MS_MOVE, NULL) < 0) in switch_root()
/systemd-251/src/nspawn/ !
Dnspawn-mount.c1079 r = mount_nofollow_verbose(LOG_ERR, template, directory, NULL, MS_MOVE, NULL); in setup_volatile_yes()
1276 … r = mount_nofollow_verbose(LOG_ERR, directory_pivot_root_new, pivot_tmp, NULL, MS_MOVE, NULL); in setup_pivot_root()
1280 … r = mount_nofollow_verbose(LOG_ERR, directory, pivot_tmp_pivot_root_old, NULL, MS_MOVE, NULL); in setup_pivot_root()
1284 r = mount_nofollow_verbose(LOG_ERR, pivot_tmp, directory, NULL, MS_MOVE, NULL); in setup_pivot_root()
1288 … r = mount_nofollow_verbose(LOG_ERR, directory_pivot_root_new, directory, NULL, MS_MOVE, NULL); in setup_pivot_root()
/systemd-251/src/volatile-root/ !
Dvolatile-root.c60 … r = mount_nofollow_verbose(LOG_ERR, "/run/systemd/volatile-sysroot", path, NULL, MS_MOVE, NULL); in make_volatile()
/systemd-251/src/test/ !
Dtest-mount-util.c106 test_mount_flags_to_string_one(MS_MOVE, "MS_MOVE"); in TEST()
/systemd-251/src/core/ !
Dmain.c1774 r = switch_root(switch_root_dir, "/mnt", true, MS_MOVE); in do_reexecute()
Dnamespace.c999 r = mount_nofollow_verbose(LOG_DEBUG, dev, mount_entry_path(m), NULL, MS_MOVE, NULL); in mount_private_dev()
Dexecute.c3107 … r = mount_nofollow_verbose(LOG_DEBUG, workspace, final, NULL, MS_MOVE, NULL); in setup_credentials_internal()