Searched refs:stx_mtime (Results 1 – 7 of 7) sorted by relevance
119 struct statx_timestamp stx_mtime; /* Last data modification time */ member
144 print_time("Modify: ", &stx->stx_mtime); in dump_statx()
1029 buf->st_mtim.tv_sec = statx.stx_mtime.tv_sec; in stat()1030 buf->st_mtim.tv_nsec = statx.stx_mtime.tv_nsec; in stat()
647 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx()648 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx()
2722 struct target_statx_timestamp stx_mtime; /* Last data modification time */ member
7722 __put_user(host_stx->stx_mtime.tv_sec, &target_stx->stx_mtime.tv_sec); in host_to_target_statx()7723 __put_user(host_stx->stx_mtime.tv_nsec, &target_stx->stx_mtime.tv_nsec); in host_to_target_statx()11914 __put_user(st.st_mtime, &target_stx->stx_mtime.tv_sec); in _syscall2()