Searched refs:MS_MOVE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/init/ |
D | do_mounts_initrd.c | 36 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()
|
D | do_mounts.c | 592 ksys_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/Linux-v4.19/security/tomoyo/ |
D | mount.c | 227 } else if (flags & MS_MOVE) { in tomoyo_mount_permission() 229 flags &= ~MS_MOVE; in tomoyo_mount_permission()
|
/Linux-v4.19/include/uapi/linux/ |
D | fs.h | 119 #define MS_MOVE 8192 macro
|
/Linux-v4.19/security/apparmor/ |
D | mount.c | 56 if (flags & MS_MOVE) in audit_mnt_flags() 497 NULL, MS_MOVE, NULL, false)); in aa_move_mount()
|
D | lsm.c | 543 else if (flags & MS_MOVE) in apparmor_sb_mount()
|
/Linux-v4.19/fs/ |
D | namespace.c | 2784 else if (flags & MS_MOVE) in do_mount()
|