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

1 2 3

  /external/strace/xlat/
umount_flags.h 2 #if !(defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE))
3 # define MNT_FORCE 1
23 XLAT(MNT_FORCE),
  /bionic/libc/include/sys/
mount.h 39 #define MNT_FORCE 1
  /development/ndk/platforms/android-21/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
mount.h 38 #define MNT_FORCE 1 /* Forcibly unmount */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mount.h 99 MNT_FORCE = 1, /* Force unmounting. */
100 #define MNT_FORCE MNT_FORCE
118 /* Unmount a filesystem. Force unmounting if FLAGS is set to MNT_FORCE. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 122 MNT_FORCE = 1, /* Force unmounting. */
123 #define MNT_FORCE MNT_FORCE
143 /* Unmount a filesystem. Force unmounting if FLAGS is set to MNT_FORCE. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 122 MNT_FORCE = 1, /* Force unmounting. */
123 #define MNT_FORCE MNT_FORCE
143 /* Unmount a filesystem. Force unmounting if FLAGS is set to MNT_FORCE. */
  /development/ndk/platforms/android-3/include/sys/
mount.h 72 #define MNT_FORCE 1 /* Forcibly unmount */

Completed in 1621 milliseconds

1 2 3