Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 - 25 of 48) sorted by relevance

12

/third_party/rust/crates/rustix/src/fs/
H A Dabs.rs67 pub fn statvfs<P: path::Arg>(path: P) -> io::Result<StatVfs> { in statvfs() functions
/third_party/musl/src/stat/
H A Dstatvfs.c45 int statvfs(const char *restrict path, struct statvfs *restrict buf) in statvfs() function
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs136 pub fn statvfs<P: ?Sized + NixPath>(path: &P) -> Result<Statvfs> { in statvfs() functions
H A Dmod.rs171 pub mod statvfs; modules
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs173 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() functions
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h14 struct statvfs { struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h11 struct statvfs { struct
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h14 struct statvfs { struct
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h14 struct statvfs { struct
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h14 struct statvfs { struct
/third_party/musl/include/sys/
H A Dstatvfs.h14 struct statvfs { struct
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs163 pub fn statvfs(&self) -> io::Result<StatVfs> { in statvfs() functions
H A Dsyscalls.rs1022 let mut statvfs = MaybeUninit::<libc_statvfs>::uninit(); variables
/third_party/toybox/lib/
H A Dlib.h395 struct statvfs statvfs; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h386 struct statvfs statvfs; member
/third_party/curl/lib/vssh/
H A Dlibssh.c1140 sftp_statvfs_t statvfs; in myssh_statemach_act() local
[all...]
H A Dlibssh2.c1942 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs93 pub struct statvfs { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs20 pub struct statvfs { // Different than GNU! structure names
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs775 pub struct statvfs { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs153 pub struct statvfs { structure names
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs142 pub struct statvfs { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs7 pub struct statvfs { structure names
H A Dx32.rs7 pub struct statvfs { structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs118 pub struct statvfs { structure names

Completed in 27 milliseconds

12