Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h83 #if defined(MS_MOVE) || (defined(HAVE_DECL_MS_MOVE) && HAVE_DECL_MS_MOVE)
85 static_assert((MS_MOVE) == (8192), "MS_MOVE != 8192");
88 # define MS_MOVE 8192
238 XLAT(MS_MOVE),
Dmount_flags.in12 MS_MOVE 8192
/external/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()
/external/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()
/external/strace/
Dmount.c56 else if (flags & (MS_BIND | MS_MOVE | MS_SHARED in SYS_FUNC()
DChangeLog-CVS1724 [LINUX] (sys_mount): If neither MS_BIND nor MS_MOVE bits are
2373 MS_MOVE, MS_REC, MS_VERBOSE, MS_POSIXACL, MS_ACTIVE, MS_NOUSER):
2376 [LINUX] (sys_mount): If any of (MS_BIND|MS_MOVE|MS_REMOUNT) bits are
/external/kernel-headers/original/uapi/linux/
Dmount.h25 #define MS_MOVE 8192 macro
/external/toybox/toys/other/
Dswitch_root.c90 if (mount(".", "/", NULL, MS_MOVE, NULL)) { in switch_root_main()
/external/toybox/toys/lsb/
Dmount.c112 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
195 if (flags & MS_MOVE) { in mount_filesystem()
/external/rust/crates/nix/src/
Dmount.rs29 MS_MOVE;
/external/crosvm/io_uring/src/
Dbindings.rs94 pub const MS_MOVE: ::std::os::raw::c_uint = 8192; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c3244 #ifdef MS_MOVE
3245 { "MS_MOVE", (unsigned long) MS_MOVE },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs593 pub const MS_MOVE: ::c_ulong = 0x2000; constant
/external/minijail/
Dlibminijail.c1622 if (mount(dev_path, dest, NULL, MS_MOVE, NULL)) in mount_dev_finalize()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1547 pub const MS_MOVE: ::c_ulong = 0x2000; constant