Searched refs:stx_ctime (Results 1 – 8 of 8) sorted by relevance
46 struct statx_timestamp stx_ctime; member
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member
146 print_time("Change: ", &stx->stx_ctime); in dump_statx()
563 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec; in cp_statx()564 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec; in cp_statx()