Searched refs:stx_mtime (Results 1 – 8 of 8) sorted by relevance
47 struct statx_timestamp stx_mtime; member
119 struct statx_timestamp stx_mtime; /* Last data modification time */ member
144 print_time("Modify: ", &stx->stx_mtime); in dump_statx()
565 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx()566 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx()