Home
last modified time | relevance | path

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

/io/bits/types/
A Dstruct_statx.h44 struct statx_timestamp stx_atime;
45 struct statx_timestamp stx_btime;
46 struct statx_timestamp stx_ctime;
47 struct statx_timestamp stx_mtime;
A Dstruct_statx_timestamp.h26 struct statx_timestamp struct
/io/
A Dstatx_generic.c31 static inline struct statx_timestamp
34 return (struct statx_timestamp) { tv.tv_sec, tv.tv_nsec }; in statx_convert_timestamp()
A Dtst-statx.c34 _Static_assert (sizeof (struct statx_timestamp) == 16, "statx_timestamp size");

Completed in 10 milliseconds