Home
last modified time | relevance | path

Searched refs:MS_SYNCHRONOUS (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h34 #if defined(MS_SYNCHRONOUS) || (defined(HAVE_DECL_MS_SYNCHRONOUS) && HAVE_DECL_MS_SYNCHRONOUS)
36 static_assert((MS_SYNCHRONOUS) == (16), "MS_SYNCHRONOUS != 16");
39 # define MS_SYNCHRONOUS 16
231 XLAT(MS_SYNCHRONOUS),
Dmount_flags.in5 MS_SYNCHRONOUS 16
/external/kernel-headers/original/uapi/linux/
Dmount.h15 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
49 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
/external/syzkaller/sys/linux/
Dfilesystem_arm.const26 MS_SYNCHRONOUS = 16
Dfilesystem_arm64.const26 MS_SYNCHRONOUS = 16
Dfilesystem_amd64.const26 MS_SYNCHRONOUS = 16
Dfilesystem_ppc64le.const26 MS_SYNCHRONOUS = 16
Dfilesystem_386.const26 MS_SYNCHRONOUS = 16
Dfilesystem.txt574 …SUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS_SILENT, MS_STRICTATIME, MS_SYNCHRONOUS, MS_REC, MS_PO…
/external/toybox/toys/lsb/
Dmount.c103 {"sync", MS_SYNCHRONOUS}, {"async", ~MS_SYNCHRONOUS},
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c77 MS_SYNCHRONOUS,
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c147 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go840 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_mipsle.go1038 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_s390x.go1037 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_arm.go1037 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_ppc64le.go1037 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_mips64.go1038 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_ppc64.go1037 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_amd64.go1039 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_mips64le.go1038 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_386.go1039 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_mips.go1038 MS_SYNCHRONOUS = 0x10 const
Dzerrors_linux_arm64.go1040 MS_SYNCHRONOUS = 0x10 const
/external/u-boot/fs/ubifs/
Dubifs.h479 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro

12