Home
last modified time | relevance | path

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

/Linux-v6.6/init/
Ddo_mounts_initrd.c80 init_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc()
110 init_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd()
124 error = init_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
Ddo_mounts.c492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/Linux-v6.6/security/tomoyo/
Dmount.c230 } else if (flags & MS_MOVE) { in tomoyo_mount_permission()
232 flags &= ~MS_MOVE; in tomoyo_mount_permission()
/Linux-v6.6/tools/include/uapi/linux/
Dmount.h25 #define MS_MOVE 8192 macro
/Linux-v6.6/include/uapi/linux/
Dmount.h25 #define MS_MOVE 8192 macro
/Linux-v6.6/security/apparmor/
Dmount.c53 if (flags & MS_MOVE) in audit_mnt_flags()
496 NULL, MS_MOVE, NULL, false)); in aa_move_mount()
Dlsm.c594 else if (flags & MS_MOVE) in apparmor_sb_mount()
/Linux-v6.6/fs/
Dnamespace.c3659 if (flags & MS_MOVE) in path_mount()