Searched refs:statx_timestamp (Results 1 - 3 of 3) sorted by relevance

/linux-master/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 */
/linux-master/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 */
/linux-master/samples/vfs/
H A Dtest-statx.c25 #define statx_timestamp foo_timestamp macro
27 struct statx_timestamp;
30 #undef statx_timestamp macro
48 static void print_time(const char *field, struct statx_timestamp *ts)

Completed in 216 milliseconds