Searched refs:MS_MOVE (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/basic/ ! |
D | missing_fs.h | 14 #ifndef MS_MOVE 15 #define MS_MOVE 8192 macro
|
/systemd-251/src/shared/ ! |
D | mount-util.c | 480 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()
|
D | switch-root.c | 107 } else if (mount(new_root, "/", NULL, MS_MOVE, NULL) < 0) in switch_root()
|
/systemd-251/src/nspawn/ ! |
D | nspawn-mount.c | 1079 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/ ! |
D | volatile-root.c | 60 … r = mount_nofollow_verbose(LOG_ERR, "/run/systemd/volatile-sysroot", path, NULL, MS_MOVE, NULL); in make_volatile()
|
/systemd-251/src/test/ ! |
D | test-mount-util.c | 106 test_mount_flags_to_string_one(MS_MOVE, "MS_MOVE"); in TEST()
|
/systemd-251/src/core/ ! |
D | main.c | 1774 r = switch_root(switch_root_dir, "/mnt", true, MS_MOVE); in do_reexecute()
|
D | namespace.c | 999 r = mount_nofollow_verbose(LOG_DEBUG, dev, mount_entry_path(m), NULL, MS_MOVE, NULL); in mount_private_dev()
|
D | execute.c | 3107 … r = mount_nofollow_verbose(LOG_DEBUG, workspace, final, NULL, MS_MOVE, NULL); in setup_credentials_internal()
|