HomeSort by relevance Sort by last modified time
    Searched defs:MS_DIRSYNC (Results 1 - 25 of 28) sorted by null

1 2

  /external/strace/xlat/
mount_flags.h 23 #if !(defined(MS_DIRSYNC) || (defined(HAVE_DECL_MS_DIRSYNC) && HAVE_DECL_MS_DIRSYNC))
24 # define MS_DIRSYNC 128
105 XLAT(MS_DIRSYNC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 50 MS_DIRSYNC = 128, /* Directory modifications are synchronous. */
51 #define MS_DIRSYNC MS_DIRSYNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 50 MS_DIRSYNC = 128, /* Directory modifications are synchronous. */
51 #define MS_DIRSYNC MS_DIRSYNC
  /bionic/libc/kernel/uapi/linux/
fs.h 84 #define MS_DIRSYNC 128
  /external/kernel-headers/original/uapi/linux/
fs.h 115 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 195 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */
263 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 568 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_amd64.go 568 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_arm.go 567 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_arm64.go 708 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips.go 690 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips64.go 701 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips64le.go 701 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mipsle.go 690 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_ppc64.go 704 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_ppc64le.go 708 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_s390x.go 704 MS_DIRSYNC = 0x80
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 568 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_amd64.go 568 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_arm.go 567 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_arm64.go 708 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips.go 690 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips64.go 701 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mips64le.go 701 MS_DIRSYNC = 0x80
    [all...]
zerrors_linux_mipsle.go 690 MS_DIRSYNC = 0x80
    [all...]

Completed in 1060 milliseconds

1 2