Searched refs:stx_mtime (Results 1 – 3 of 3) sorted by relevance
329 struct l_statx_timestamp stx_mtime; member
692 tbuf.stx_mtime.tv_sec = buf->st_mtim.tv_sec; in statx_copyout()693 tbuf.stx_mtime.tv_nsec = buf->st_mtim.tv_nsec; in statx_copyout()
350 out->st_mtime = in->stx_mtime.tv_sec; in statx_to_stat()351 out->st_mtim.tv_nsec = in->stx_mtime.tv_nsec; in statx_to_stat()