Searched refs:stx_ctime (Results 1 – 3 of 3) sorted by relevance
326 struct l_statx_timestamp stx_ctime; member
749 tbuf.stx_ctime.tv_sec = buf->st_ctim.tv_sec; in statx_copyout()750 tbuf.stx_ctime.tv_nsec = buf->st_ctim.tv_nsec; in statx_copyout()
352 out->st_ctime = in->stx_ctime.tv_sec; in statx_to_stat()353 out->st_ctim.tv_nsec = in->stx_ctime.tv_nsec; in statx_to_stat()