Searched refs:stx_btime (Results 1 – 8 of 8) sorted by relevance
45 struct statx_timestamp stx_btime; member
117 struct statx_timestamp stx_btime; /* File creation time */ member
148 print_time(" Birth: ", &stx->stx_btime); in dump_statx()
561 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx()562 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()