Home
last modified time | relevance | path

Searched refs:AT_STATX_DONT_SYNC (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dat_statx_sync_types.h20 #if defined(AT_STATX_DONT_SYNC) || (defined(HAVE_DECL_AT_STATX_DONT_SYNC) && HAVE_DECL_AT_STATX_DON…
22 static_assert((AT_STATX_DONT_SYNC) == (0x4000), "AT_STATX_DONT_SYNC != 0x4000");
25 # define AT_STATX_DONT_SYNC 0x4000
47 XLAT(AT_STATX_DONT_SYNC),
Dat_statx_sync_types.in3 AT_STATX_DONT_SYNC 0x4000
/external/ltp/include/lapi/
Dstat.h253 #ifndef AT_STATX_DONT_SYNC
254 # define AT_STATX_DONT_SYNC 0x4000 macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h91 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/external/syzkaller/sys/linux/
Dsys_386.const14 AT_STATX_DONT_SYNC = 16384
Dsys_amd64.const14 AT_STATX_DONT_SYNC = 16384
Dsys_arm.const14 AT_STATX_DONT_SYNC = 16384
Dsys_ppc64le.const14 AT_STATX_DONT_SYNC = 16384
Dsys_arm64.const14 AT_STATX_DONT_SYNC = 16384
Dsys.txt973 …, AT_EMPTY_PATH, AT_STATX_SYNC_TYPE, AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go727 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_386.go704 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_mips.go696 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_amd64.go722 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_ppc64.go711 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_mips64.go703 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_mipsle.go696 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_arm.go692 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_arm64.go701 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_mips64le.go703 AT_STATX_DONT_SYNC = 0x4000 const
Dztypes_linux_ppc64le.go711 AT_STATX_DONT_SYNC = 0x4000 const