Home
last modified time | relevance | path

Searched defs:statx (Results 1 - 25 of 34) sorted by relevance

12

/third_party/rust/crates/rustix/src/fs/
H A Dstatx.rs23 pub fn statx<P: path::Arg, Fd: AsFd>( in statx() functions
[all...]
H A Dmod.rs59 mod statx; modules
/third_party/musl/src/linux/
H A Dstatx.c9 int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx) in statx() function
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs49 mod statx; modules
/third_party/musl/src/stat/
H A Dfstatat.c10 struct statx { struct
/kernel/linux/linux-5.10/samples/vfs/
H A Dtest-statx.c24 #define statx foo macro
29 #undef statx macro
42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
[all...]
/kernel/linux/linux-6.6/samples/vfs/
H A Dtest-statx.c24 #define statx foo macro
29 #undef statx macro
42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
[all...]
/third_party/ltp/include/lapi/
H A Dstat.h71 struct statx { struct
110 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function
[all...]
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dstat.h33 struct statx { struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dstat.h46 struct statx { struct
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dstat.h99 struct statx { struct
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dstat.h99 struct statx { struct
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dstat.h99 struct statx { struct
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dstat.h59 struct statx { struct
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dstat.h99 struct statx { struct
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dstat.h59 struct statx { struct
/third_party/musl/include/sys/
H A Dstat.h130 struct statx { struct
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h997 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function
1006 struct statx statx; in stat() local
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs18 pub struct statx { structure names
1192 pub fn statx( in statx() functions
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c852 struct io_statx statx; member
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3614 pub struct statx { structure names
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3737 pub struct statx { structure names
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3612 pub struct statx { structure names
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3592 pub struct statx { structure names
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3797 pub struct statx { structure names

Completed in 95 milliseconds

12