Home
last modified time | relevance | path

Searched refs:MS_BORN (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dmount_flags.h195 #if defined(MS_BORN) || (defined(HAVE_DECL_MS_BORN) && HAVE_DECL_MS_BORN)
197 static_assert((MS_BORN) == ((1<<29)), "MS_BORN != (1<<29)");
200 # define MS_BORN (1<<29)
254 XLAT(MS_BORN),
Dmount_flags.in28 MS_BORN (1<<29)
/external/kernel-headers/original/uapi/linux/
Dmount.h42 #define MS_BORN (1<<29) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1007 MS_BORN = 0x20000000 const
Dzerrors_linux_s390x.go1006 MS_BORN = 0x20000000 const
Dzerrors_linux_arm.go1006 MS_BORN = 0x20000000 const
Dzerrors_linux_ppc64le.go1006 MS_BORN = 0x20000000 const
Dzerrors_linux_mips64.go1007 MS_BORN = 0x20000000 const
Dzerrors_linux_ppc64.go1006 MS_BORN = 0x20000000 const
Dzerrors_linux_amd64.go1008 MS_BORN = 0x20000000 const
Dzerrors_linux_mips64le.go1007 MS_BORN = 0x20000000 const
Dzerrors_linux_386.go1008 MS_BORN = 0x20000000 const
Dzerrors_linux_mips.go1007 MS_BORN = 0x20000000 const
Dzerrors_linux_arm64.go1009 MS_BORN = 0x20000000 const
/external/strace/
DChangeLog51859 MS_STRICTATIME, MS_BORN): Define.
51861 MS_STRICTATIME, MS_BORN.