Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmissing_stat.h25 struct statx_timestamp stx_atime; \
26 struct statx_timestamp stx_btime; \
27 struct statx_timestamp stx_ctime; \
28 struct statx_timestamp stx_mtime; \
39 struct statx_timestamp { struct
/systemd-251/src/tmpfiles/
Dtmpfiles.c486 static inline nsec_t load_statx_timestamp_nsec(const struct statx_timestamp *ts) { in load_statx_timestamp_nsec()