Home
last modified time | relevance | path

Searched refs:stx_ctime (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux.h328 struct l_statx_timestamp stx_ctime; member
H A Dlinux_stats.c690 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp329 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()