Home
last modified time | relevance | path

Searched refs:stx_ctime (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/stat/
H A Dfstatat.c27 } 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 Dstatx.c37 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 Dstat.h50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/node/deps/uv/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()
/third_party/ltp/include/lapi/
H A Dstat.h90 const struct statx_timestamp stx_ctime; member
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c132 timestamp_to_timespec(&buff.stx_ctime, &statx_time); in test_statx()
/third_party/musl/include/sys/
H A Dstat.h145 struct statx_timestamp stx_ctime; member
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1357 .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 Dtypes.rs1025 pub stx_ctime: StatxTimestamp,
/third_party/libuv/src/unix/
H A Dinternal.h207 struct uv__statx_timestamp stx_ctime; member
H A Dlinux.c1137 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 Dsyscalls.rs644 .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 Dmod.rs33 pub stx_ctime: ::statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3629 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3627 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3607 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3752 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3812 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3780 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3876 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3713 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3991 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3687 pub stx_ctime: statx_timestamp,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3961 pub stx_ctime: statx_timestamp,

Completed in 155 milliseconds

12