Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount06.c33 #ifndef MS_MOVE
34 #define MS_MOVE 8192 macro
74 TEST(mount(mntpoint_src, mntpoint_des, fs_type, MS_MOVE, NULL)); in main()
/third_party/eudev/src/shared/
Dmissing.h101 #ifndef MS_MOVE
102 #define MS_MOVE 8192 macro
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_filesystem_test.c34 #ifndef MS_MOVE
35 #define MS_MOVE 8192 macro
416 if (mount("/tmp/mount/", "/tmp/mount_move/", NULL, MS_MOVE, in main()
455 if (mount("/tmp/mount/", "/tmp/mount_move/", NULL, MS_MOVE, in main()
/third_party/musl/include/sys/
Dmount.h37 #define MS_MOVE 8192 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h37 #define MS_MOVE 8192 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h37 #define MS_MOVE 8192 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c108 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
182 if (flags & MS_MOVE) { in mount_filesystem()
/third_party/toybox/toys/other/
Dswitch_root.c90 if (mount(".", "/", NULL, MS_MOVE, NULL)) { in switch_root_main()
/third_party/toybox/toys/lsb/
Dmount.c112 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
195 if (flags & MS_MOVE) { in mount_filesystem()
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h486 #define MS_MOVE 8192 macro