Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A 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()
H A Ddo_mounts.c492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/openbmc/linux/security/tomoyo/
H A Dmount.c230 } else if (flags & MS_MOVE) { in tomoyo_mount_permission()
232 flags &= ~MS_MOVE; in tomoyo_mount_permission()
/openbmc/linux/include/uapi/linux/
H A Dmount.h25 #define MS_MOVE 8192 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h25 #define MS_MOVE 8192 macro
/openbmc/linux/security/apparmor/
H A Dmount.c53 if (flags & MS_MOVE) in audit_mnt_flags()
509 NULL, MS_MOVE, NULL, false)); in aa_move_mount()
H A Dlsm.c609 else if (flags & MS_MOVE) in apparmor_sb_mount()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h486 #define MS_MOVE 8192 macro
/openbmc/qemu/linux-user/
H A Dstrace.c1054 #ifdef MS_MOVE
1055 FLAG_GENERIC(MS_MOVE),
/openbmc/linux/fs/
H A Dnamespace.c3670 if (flags & MS_MOVE) in path_mount()