Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h97 #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),
Dmount_flags.in14 MS_SILENT 32768
/external/syzkaller/sys/linux/
Dfilesystem_arm.const23 MS_SILENT = 32768
Dfilesystem_arm64.const23 MS_SILENT = 32768
Dfilesystem_amd64.const23 MS_SILENT = 32768
Dfilesystem_ppc64le.const23 MS_SILENT = 32768
Dfilesystem_386.const23 MS_SILENT = 32768
Dfilesystem.txt574 …S_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS_SILENT, MS_STRICTATIME,…
/external/kernel-headers/original/uapi/linux/
Dmount.h26 #define MS_SILENT 32768 macro
/external/toybox/toys/lsb/
Dmount.c107 {"loud", ~MS_SILENT},
290 long flags = MS_SILENT; in mount_main()
/external/u-boot/fs/ubifs/
Dsuper.c1344 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()
Dubifs.h490 #define MS_SILENT 32768 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go836 MS_SILENT = 0x8000 const
Dzerrors_linux_mipsle.go1033 MS_SILENT = 0x8000 const
Dzerrors_linux_s390x.go1032 MS_SILENT = 0x8000 const
Dzerrors_linux_arm.go1032 MS_SILENT = 0x8000 const
Dzerrors_linux_ppc64le.go1032 MS_SILENT = 0x8000 const
Dzerrors_linux_mips64.go1033 MS_SILENT = 0x8000 const
Dzerrors_linux_ppc64.go1032 MS_SILENT = 0x8000 const
Dzerrors_linux_amd64.go1034 MS_SILENT = 0x8000 const
Dzerrors_linux_mips64le.go1033 MS_SILENT = 0x8000 const
Dzerrors_linux_386.go1034 MS_SILENT = 0x8000 const
Dzerrors_linux_mips.go1033 MS_SILENT = 0x8000 const
Dzerrors_linux_arm64.go1035 MS_SILENT = 0x8000 const
/external/strace/
DChangeLog-CVS1353 * system.c [LINUX] (MS_VERBOSE): Rename to MS_SILENT.