Searched refs:statx_timestamp (Results 1 – 10 of 10) sorted by relevance
26 struct statx_timestamp { struct89 const struct statx_timestamp stx_atime;90 const struct statx_timestamp stx_btime;91 const struct statx_timestamp stx_ctime;92 const struct statx_timestamp stx_mtime;
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 */
68 # define statx_timestamp libc_statx_timestamp macro71 # undef statx_timestamp
30 AC_CHECK_TYPES([struct statx_timestamp],,,[[
56 static void timestamp_to_timespec(const struct statx_timestamp *timestamp, in timestamp_to_timespec()
608 atime statx_timestamp609 btime statx_timestamp610 ctime statx_timestamp611 mtime statx_timestamp650 statx_timestamp {
381 struct statx_timestamp {400 struct statx_timestamp stx_atime;401 struct statx_timestamp stx_btime;402 struct statx_timestamp stx_ctime;403 struct statx_timestamp stx_mtime;
1132 * tests/xstatx.c (statx, statx_timestamp): Redefine before the inclusion