Home
last modified time | relevance | path

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

/coreutils/src/
Dstatx.h23 statx_timestamp_to_timespec (struct statx_timestamp tsx) in statx_timestamp_to_timespec() function
47 stat->st_atim = statx_timestamp_to_timespec (stx->stx_atime); in statx_to_stat()
48 stat->st_mtim = statx_timestamp_to_timespec (stx->stx_mtime); in statx_to_stat()
49 stat->st_ctim = statx_timestamp_to_timespec (stx->stx_ctime); in statx_to_stat()
Dstat.c1412 pa.btime = statx_timestamp_to_timespec (stx.stx_btime); in do_stat()
Dls.c1187 st->st_mtim = statx_timestamp_to_timespec (stx.stx_btime); in do_statx()