Searched refs:MS_SYNCHRONOUS (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | mount_flags.h | 34 #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),
|
D | mount_flags.in | 5 MS_SYNCHRONOUS 16
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 15 #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/ |
D | filesystem_arm.const | 26 MS_SYNCHRONOUS = 16
|
D | filesystem_arm64.const | 26 MS_SYNCHRONOUS = 16
|
D | filesystem_amd64.const | 26 MS_SYNCHRONOUS = 16
|
D | filesystem_ppc64le.const | 26 MS_SYNCHRONOUS = 16
|
D | filesystem_386.const | 26 MS_SYNCHRONOUS = 16
|
D | filesystem.txt | 574 …SUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS_SILENT, MS_STRICTATIME, MS_SYNCHRONOUS, MS_REC, MS_PO…
|
/external/toybox/toys/lsb/ |
D | mount.c | 103 {"sync", MS_SYNCHRONOUS}, {"async", ~MS_SYNCHRONOUS},
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 77 MS_SYNCHRONOUS,
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 147 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 840 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_mipsle.go | 1038 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_s390x.go | 1037 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_arm.go | 1037 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_ppc64le.go | 1037 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_mips64.go | 1038 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_ppc64.go | 1037 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_amd64.go | 1039 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_mips64le.go | 1038 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_386.go | 1039 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_mips.go | 1038 MS_SYNCHRONOUS = 0x10 const
|
D | zerrors_linux_arm64.go | 1040 MS_SYNCHRONOUS = 0x10 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 479 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ macro
|
12