Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
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-6.3-rc2/tools/include/uapi/linux/
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-6.3-rc2/samples/vfs/
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()

Completed in 9 milliseconds