Searched refs:AT_STATX_SYNC_AS_STAT (Results 1 – 8 of 8) sorted by relevance
6 #if defined(AT_STATX_SYNC_AS_STAT) || (defined(HAVE_DECL_AT_STATX_SYNC_AS_STAT) && HAVE_DECL_AT_STA…8 static_assert((AT_STATX_SYNC_AS_STAT) == (0x0000), "AT_STATX_SYNC_AS_STAT != 0x0000");11 # define AT_STATX_SYNC_AS_STAT 0x000045 XLAT(AT_STATX_SYNC_AS_STAT),
1 AT_STATX_SYNC_AS_STAT 0x0000
245 #ifndef AT_STATX_SYNC_AS_STAT246 # define AT_STATX_SYNC_AS_STAT 0x0000 macro
45 static unsigned TEST_SYSCALL_STATX_FLAGS = AT_STATX_SYNC_AS_STAT;
97 #define AT_STATX_SYNC_AS_STAT 0x0000 /* - Do whatever stat() does */ macro
836 pub const AT_STATX_SYNC_AS_STAT: ::c_int = 0x0000; constant