Home
last modified time | relevance | path

Searched refs:stx_btime (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h50 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/libuv/src/unix/
Dlinux-syscalls.h51 struct uv__statx_timestamp stx_btime; member
Dfs.c1598 buf->st_birthtim.tv_sec = statxbuf.stx_btime.tv_sec; in uv__fs_statx()
1599 buf->st_birthtim.tv_nsec = statxbuf.stx_btime.tv_nsec; in uv__fs_statx()
/third_party/ltp/include/lapi/
Dstat.h91 const struct statx_timestamp stx_btime; member
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c124 timestamp_to_timespec(&buff.stx_btime, &statx_time); in test_statx()
/third_party/musl/src/stat/
Dfstatat.c28 } stx_atime, stx_btime, stx_ctime, stx_mtime; member
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1024 pub stx_btime: StatxTimestamp, field
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs32 pub stx_btime: ::statx_timestamp,
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt380 struct statx_timestamp stx_btime;
775 example, you could check stx_btime is correct (possibly only to within a
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3626 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3628 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs3606 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3664 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs3712 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs3751 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs3990 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3686 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3655 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs3875 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3743 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs3779 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs3960 pub stx_btime: statx_timestamp, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs3811 pub stx_btime: statx_timestamp, field
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h42393 struct statx_timestamp stx_btime; member