Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/linux-4.19.296/fs/
Dstat.c540 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx()
541 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()