Home
last modified time | relevance | path

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

12

/third_party/musl/src/stat/
Dfstatat.c28 } 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/porting/liteos_a/kernel/include/bits/
Dstat.h50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/node/deps/uv/src/unix/
Dlinux-syscalls.h52 struct uv__statx_timestamp stx_ctime; member
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/libuv/src/unix/
Dlinux-syscalls.h52 struct uv__statx_timestamp stx_ctime; member
Dfs.c1597 buf->st_ctim.tv_sec = statxbuf.stx_ctime.tv_sec; in uv__fs_statx()
1598 buf->st_ctim.tv_nsec = statxbuf.stx_ctime.tv_nsec; in uv__fs_statx()
/third_party/ltp/include/lapi/
Dstat.h92 const struct statx_timestamp stx_ctime; member
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c133 timestamp_to_timespec(&buff.stx_ctime, &statx_time); in test_statx()
/third_party/rust/crates/rustix/src/backend/libc/fs/
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()
Dtypes.rs1025 pub stx_ctime: StatxTimestamp, field
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
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/
Dmod.rs33 pub stx_ctime: ::statx_timestamp,
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt381 struct statx_timestamp stx_ctime;
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3627 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3629 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs3812 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3991 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3656 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3687 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3744 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3665 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs3713 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs3961 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs3607 pub stx_ctime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs3876 pub stx_ctime: statx_timestamp, field

12