Home
last modified time | relevance | path

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

/coreutils/src/
Dstatx.h23 statx_timestamp_to_timespec (struct statx_timestamp tsx) in statx_timestamp_to_timespec() argument
27 ts.tv_sec = tsx.tv_sec; in statx_timestamp_to_timespec()
28 ts.tv_nsec = tsx.tv_nsec; in statx_timestamp_to_timespec()