Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
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-v5.4/tools/include/uapi/linux/
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-v5.4/samples/vfs/
Dtest-statx.c25 #define statx_timestamp foo_timestamp macro
28 #undef statx_timestamp
46 static void print_time(const char *field, struct statx_timestamp *ts) in print_time()