Searched refs:MS_MOVE (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 33 #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/ |
D | missing.h | 101 #ifndef MS_MOVE 102 #define MS_MOVE 8192 macro
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_filesystem_test.c | 34 #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/ |
D | mount.h | 37 #define MS_MOVE 8192 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 37 #define MS_MOVE 8192 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 37 #define MS_MOVE 8192 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 108 {"remount", MS_REMOUNT}, {"move", MS_MOVE}, 182 if (flags & MS_MOVE) { in mount_filesystem()
|
/third_party/toybox/toys/other/ |
D | switch_root.c | 90 if (mount(".", "/", NULL, MS_MOVE, NULL)) { in switch_root_main()
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 112 {"remount", MS_REMOUNT}, {"move", MS_MOVE}, 195 if (flags & MS_MOVE) { in mount_filesystem()
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | ubifs.h | 486 #define MS_MOVE 8192 macro
|