Searched refs:MS_SILENT (Results 1 – 25 of 25) sorted by relevance
/external/strace/xlat/ |
D | mount_flags.h | 97 #if defined(MS_SILENT) || (defined(HAVE_DECL_MS_SILENT) && HAVE_DECL_MS_SILENT) 99 static_assert((MS_SILENT) == (32768), "MS_SILENT != 32768"); 102 # define MS_SILENT 32768 240 XLAT(MS_SILENT),
|
D | mount_flags.in | 14 MS_SILENT 32768
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 23 MS_SILENT = 32768
|
D | filesystem_arm64.const | 23 MS_SILENT = 32768
|
D | filesystem_amd64.const | 23 MS_SILENT = 32768
|
D | filesystem_ppc64le.const | 23 MS_SILENT = 32768
|
D | filesystem_386.const | 23 MS_SILENT = 32768
|
D | filesystem.txt | 574 …S_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS_SILENT, MS_STRICTATIME,…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 26 #define MS_SILENT 32768 macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 107 {"loud", ~MS_SILENT}, 290 long flags = MS_SILENT; in mount_main()
|
/external/u-boot/fs/ubifs/ |
D | super.c | 1344 c->probing = !!(c->vfs_sb->s_flags & MS_SILENT); in mount_ubifs() 2494 err = ubifs_fill_super(sb, data, flags & MS_SILENT ? 1 : 0); in ubifs_mount()
|
D | ubifs.h | 490 #define MS_SILENT 32768 macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 836 MS_SILENT = 0x8000 const
|
D | zerrors_linux_mipsle.go | 1033 MS_SILENT = 0x8000 const
|
D | zerrors_linux_s390x.go | 1032 MS_SILENT = 0x8000 const
|
D | zerrors_linux_arm.go | 1032 MS_SILENT = 0x8000 const
|
D | zerrors_linux_ppc64le.go | 1032 MS_SILENT = 0x8000 const
|
D | zerrors_linux_mips64.go | 1033 MS_SILENT = 0x8000 const
|
D | zerrors_linux_ppc64.go | 1032 MS_SILENT = 0x8000 const
|
D | zerrors_linux_amd64.go | 1034 MS_SILENT = 0x8000 const
|
D | zerrors_linux_mips64le.go | 1033 MS_SILENT = 0x8000 const
|
D | zerrors_linux_386.go | 1034 MS_SILENT = 0x8000 const
|
D | zerrors_linux_mips.go | 1033 MS_SILENT = 0x8000 const
|
D | zerrors_linux_arm64.go | 1035 MS_SILENT = 0x8000 const
|
/external/strace/ |
D | ChangeLog-CVS | 1353 * system.c [LINUX] (MS_VERBOSE): Rename to MS_SILENT.
|