Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linux/
HDlinux.h326 struct l_statx_timestamp stx_ctime; member
HDlinux_stats.c749 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()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux.cpp352 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()