Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Ddo_mounts_initrd.c36 ksys_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc()
74 ksys_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd()
88 error = ksys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
Ddo_mounts.c592 ksys_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/Linux-v4.19/security/tomoyo/
Dmount.c227 } else if (flags & MS_MOVE) { in tomoyo_mount_permission()
229 flags &= ~MS_MOVE; in tomoyo_mount_permission()
/Linux-v4.19/include/uapi/linux/
Dfs.h119 #define MS_MOVE 8192 macro
/Linux-v4.19/security/apparmor/
Dmount.c56 if (flags & MS_MOVE) in audit_mnt_flags()
497 NULL, MS_MOVE, NULL, false)); in aa_move_mount()
Dlsm.c543 else if (flags & MS_MOVE) in apparmor_sb_mount()
/Linux-v4.19/fs/
Dnamespace.c2784 else if (flags & MS_MOVE) in do_mount()