Home
last modified time | relevance | path

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

/netbsd/external/mit/libuv/dist/src/unix/
H A Dlinux-syscalls.h52 struct uv__statx_timestamp stx_ctime; member
H A Dfs.c1576 buf->st_ctim.tv_sec = statxbuf.stx_ctime.tv_sec; in uv__fs_statx()
1577 buf->st_ctim.tv_nsec = statxbuf.stx_ctime.tv_nsec; in uv__fs_statx()
/netbsd/sys/compat/linux/common/
H A Dlinux_types.h224 struct linux_statx_timestamp stx_ctime; member
H A Dlinux_file64.c159 stx->stx_ctime.tv_sec = st->st_ctime; in bsd_to_linux_statx()
160 stx->stx_ctime.tv_nsec = st->st_ctimensec; in bsd_to_linux_statx()