Searched refs:statx_timestamp (Results 1 – 4 of 4) sorted by relevance
56 struct statx_timestamp { struct116 struct statx_timestamp stx_atime; /* Last access time */117 struct statx_timestamp stx_btime; /* File creation time */118 struct statx_timestamp stx_ctime; /* Last attribute change time */119 struct statx_timestamp stx_mtime; /* Last data modification time */
7 statx and statx_timestamp since liburing.h forcefully defines _GNU_SOURCE16 …locate/1.1.22/recipe-sysroot/usr/include/sys/stat.h:124:8: error: redefinition of 'statx_timestamp'17 | 124 | struct statx_timestamp {19 …is here | 56 | struct statx_timestamp { …
25 #define statx_timestamp foo_timestamp macro27 struct statx_timestamp;30 #undef statx_timestamp48 static void print_time(const char *field, struct statx_timestamp *ts) in print_time()