Searched refs:stx_ctime (Results 1 – 3 of 3) sorted by relevance
328 struct l_statx_timestamp stx_ctime; member
690 tbuf.stx_ctime.tv_sec = buf->st_ctim.tv_sec; in statx_copyout()691 tbuf.stx_ctime.tv_nsec = buf->st_ctim.tv_nsec; in statx_copyout()
329 out->st_ctime = in->stx_ctime.tv_sec; in statx_to_stat()330 out->st_ctim.tv_nsec = in->stx_ctime.tv_nsec; in statx_to_stat()