Searched refs:MS_MOVE (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/init/ |
D | do_mounts_initrd.c | 80 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()
|
D | do_mounts.c | 492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/linux-6.6.21/security/tomoyo/ |
D | mount.c | 230 } else if (flags & MS_MOVE) { in tomoyo_mount_permission() 232 flags &= ~MS_MOVE; in tomoyo_mount_permission()
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | mount.h | 25 #define MS_MOVE 8192 macro
|
/linux-6.6.21/include/uapi/linux/ |
D | mount.h | 25 #define MS_MOVE 8192 macro
|
/linux-6.6.21/security/apparmor/ |
D | mount.c | 53 if (flags & MS_MOVE) in audit_mnt_flags() 509 NULL, MS_MOVE, NULL, false)); in aa_move_mount()
|
D | lsm.c | 609 else if (flags & MS_MOVE) in apparmor_sb_mount()
|
/linux-6.6.21/fs/ |
D | namespace.c | 3670 if (flags & MS_MOVE) in path_mount()
|