Searched refs:statx_timestamp (Results 1 – 4 of 4) sorted by relevance
44 struct statx_timestamp stx_atime;45 struct statx_timestamp stx_btime;46 struct statx_timestamp stx_ctime;47 struct statx_timestamp stx_mtime;
26 struct statx_timestamp struct
31 static inline struct statx_timestamp34 return (struct statx_timestamp) { tv.tv_sec, tv.tv_nsec }; in statx_convert_timestamp()
34 _Static_assert (sizeof (struct statx_timestamp) == 16, "statx_timestamp size");
Completed in 10 milliseconds