Searched refs:stx_ctime (Results 1 – 7 of 7) sorted by relevance
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member
146 print_time("Change: ", &stx->stx_ctime); in dump_statx()
1031 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec; in stat()1032 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec; in stat()
645 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec; in cp_statx()646 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec; in cp_statx()
2721 struct target_statx_timestamp stx_ctime; /* Last attribute change time */ member
7720 __put_user(host_stx->stx_ctime.tv_sec, &target_stx->stx_ctime.tv_sec); in host_to_target_statx()7721 __put_user(host_stx->stx_ctime.tv_nsec, &target_stx->stx_ctime.tv_nsec); in host_to_target_statx()11915 __put_user(st.st_ctime, &target_stx->stx_ctime.tv_sec); in _syscall2()