HomeSort by relevance Sort by last modified time
    Searched defs:MS_MOVE (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_filesystem_test.c 34 #ifndef MS_MOVE
35 #define MS_MOVE 8192
415 "MS_MOVE)", 1);
416 if (mount("/tmp/mount/", "/tmp/mount_move/", NULL, MS_MOVE,
454 "MS_MOVE)", 0);
455 if (mount("/tmp/mount/", "/tmp/mount_move/", NULL, MS_MOVE,
  /external/ltp/testcases/kernel/syscalls/mount/
mount06.c 21 * Test for feature MS_MOVE of mount(2).
33 #ifndef MS_MOVE
34 #define MS_MOVE 8192
74 TEST(mount(mntpoint_src, mntpoint_des, fs_type, MS_MOVE, NULL));
  /bionic/libc/kernel/uapi/linux/
mount.h 32 #define MS_MOVE 8192
  /external/kernel-headers/original/uapi/linux/
mount.h 22 #define MS_MOVE 8192
  /external/u-boot/fs/ubifs/
ubifs.h 486 #define MS_MOVE 8192
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
zerrors_linux_sparc64.go     [all...]

Completed in 664 milliseconds