/third_party/musl/src/stat/ |
H A D | fstatat.c | 27 } stx_atime, stx_btime, stx_ctime, stx_mtime; member 58 .st_ctim.tv_sec = stx.stx_ctime.tv_sec, in fstatat_statx() 59 .st_ctim.tv_nsec = stx.stx_ctime.tv_nsec, in fstatat_statx() 65 .__st_ctim32.tv_sec = stx.stx_ctime.tv_sec, in fstatat_statx() 66 .__st_ctim32.tv_nsec = stx.stx_ctime.tv_nsec, in fstatat_statx()
|
/third_party/musl/src/linux/ |
H A D | statx.c | 37 stx->stx_ctime.tv_sec = st.st_ctim.tv_sec; in statx() 38 stx->stx_ctime.tv_nsec = st.st_ctim.tv_nsec; in statx()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stat.h | 50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.h | 52 struct uv__statx_timestamp stx_ctime; member
|
H A D | fs.c | 1576 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()
|
/third_party/ltp/include/lapi/ |
H A D | stat.h | 90 const struct statx_timestamp stx_ctime; member
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx06.c | 132 timestamp_to_timespec(&buff.stx_ctime, &statx_time); in test_statx()
|
/third_party/musl/include/sys/ |
H A D | stat.h | 145 struct statx_timestamp stx_ctime; member
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 1357 .stx_ctime in statx_to_stat() 1361 st_ctime_nsec: x.stx_ctime.tv_nsec as _, in statx_to_stat() 1398 .stx_ctime in statx_to_stat() 1402 result.st_ctime_nsec = x.stx_ctime.tv_nsec as _; in statx_to_stat()
|
H A D | types.rs | 1025 pub stx_ctime: StatxTimestamp,
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 207 struct uv__statx_timestamp stx_ctime; member
|
H A D | linux.c | 1137 buf->st_ctim.tv_sec = statxbuf->stx_ctime.tv_sec; in uv__statx_to_stat() 1138 buf->st_ctim.tv_nsec = statxbuf->stx_ctime.tv_nsec; in uv__statx_to_stat()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 644 .stx_ctime in statx_to_stat() 648 st_ctime_nsec: x.stx_ctime.tv_nsec.into(), in statx_to_stat()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 33 pub stx_ctime: ::statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3629 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3627 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3607 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3752 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 3812 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 3780 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 3876 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 3713 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 3991 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 3687 pub stx_ctime: statx_timestamp,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 3961 pub stx_ctime: statx_timestamp,
|