HomeSort by relevance Sort by last modified time
    Searched refs:MS_SLAVE (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/strace/xlat/
mount_flags.h 73 #if defined(MS_SLAVE) || (defined(HAVE_DECL_MS_SLAVE) && HAVE_DECL_MS_SLAVE)
74 XLAT(MS_SLAVE),
  /system/core/toolbox/
mount.c 61 { "slave", MS_SLAVE, MS_SLAVE, 0 },
  /bionic/libc/kernel/uapi/linux/
fs.h 81 #define MS_SLAVE (1<<19)
  /development/ndk/platforms/android-3/include/linux/
fs.h 95 #define MS_SLAVE (1<<19)