Home
last modified time | relevance | path

Searched refs:statx_timestamp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
116 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 */
/openbmc/linux/include/uapi/linux/
H A Dstat.h56 struct statx_timestamp { struct
116 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 */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate/
H A D0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch7 statx and statx_timestamp since liburing.h forcefully defines _GNU_SOURCE
16 …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 { …
/openbmc/linux/samples/vfs/
H A Dtest-statx.c25 #define statx_timestamp foo_timestamp macro
27 struct statx_timestamp;
30 #undef statx_timestamp
48 static void print_time(const char *field, struct statx_timestamp *ts) in print_time()