Home
last modified time | relevance | path

Searched refs:MS_DIRSYNC (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dmount_flags.h55 #if defined(MS_DIRSYNC) || (defined(HAVE_DECL_MS_DIRSYNC) && HAVE_DECL_MS_DIRSYNC)
57 static_assert((MS_DIRSYNC) == (128), "MS_DIRSYNC != 128");
60 # define MS_DIRSYNC 128
234 XLAT(MS_DIRSYNC),
Dmount_flags.in8 MS_DIRSYNC 128
/external/syzkaller/sys/linux/
Dfilesystem_386.const6 MS_DIRSYNC = 128
Dfilesystem_arm64.const6 MS_DIRSYNC = 128
Dfilesystem_amd64.const6 MS_DIRSYNC = 128
Dfilesystem_ppc64le.const6 MS_DIRSYNC = 128
Dfilesystem_arm.const6 MS_DIRSYNC = 128
Dfilesystem.txt574 mount_flags = MS_BIND, MS_DIRSYNC, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NO…
/external/kernel-headers/original/uapi/linux/
Dmount.h18 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go813 MS_DIRSYNC = 0x80 const
Dzerrors_linux_mips64le.go1008 MS_DIRSYNC = 0x80 const
Dzerrors_linux_ppc64.go1007 MS_DIRSYNC = 0x80 const
Dzerrors_linux_arm.go1007 MS_DIRSYNC = 0x80 const
Dzerrors_linux_mips64.go1008 MS_DIRSYNC = 0x80 const
Dzerrors_linux_ppc64le.go1007 MS_DIRSYNC = 0x80 const
Dzerrors_linux_arm64.go1010 MS_DIRSYNC = 0x80 const
Dzerrors_linux_386.go1009 MS_DIRSYNC = 0x80 const
Dzerrors_linux_mips.go1008 MS_DIRSYNC = 0x80 const
Dzerrors_linux_s390x.go1007 MS_DIRSYNC = 0x80 const
Dzerrors_linux_mipsle.go1008 MS_DIRSYNC = 0x80 const
Dzerrors_linux_amd64.go1009 MS_DIRSYNC = 0x80 const
/external/u-boot/fs/ubifs/
Dubifs.h482 #define MS_DIRSYNC 128 /* Directory modifications are synchronous */ macro