Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 25 of 36) sorted by relevance

12

/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs200 crate::statvfs(path, buf as *mut _) in statvfs64()
H A Dmod.rs41 pub type statvfs64 = crate::statvfs;
89 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs228 crate::statvfs(path, buf as *mut _) in statvfs64()
H A Dmod.rs175 pub struct statvfs {
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs854 pub struct statvfs {
1090 impl PartialEq for statvfs {
1091 fn eq(&self, other: &statvfs) -> bool {
1126 impl Eq for statvfs {}
1127 impl hash::Hash for statvfs {
2722 pub fn getmntinfo(mntbufp: *mut *mut crate::statvfs, flags: c_int) -> c_int; in getmntinfo() argument
2723 pub fn getvfsstat(buf: *mut statvfs, bufsize: size_t, flags: c_int) -> c_int; in getvfsstat() argument
/rust-libc-0.2.174/src/unix/aix/
H A Dpowerpc64.rs23 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs131 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs5 pub struct statvfs {
H A Dx32.rs5 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/
H A Dmod.rs26 pub struct statvfs {
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt816 statvfs
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs150 pub struct statvfs {
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1540 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int; in statvfs() function
1542 pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int; in fstatvfs()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs118 pub struct statvfs {
1584 mntvbufp: *mut *mut crate::statvfs, in getmntvinfo() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs105 pub struct statvfs {
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs165 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs103 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/sparc64/
H A Dmod.rs138 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dmod.rs116 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs95 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/powerpc64/
H A Dmod.rs114 pub struct statvfs {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs142 pub struct statvfs {
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs565 pub struct statvfs {
4096 pub fn statvfs(__file: *const c_char, __buf: *mut statvfs) -> c_int; in statvfs() function
4098 pub fn fstatvfs(__fildes: c_int, __buf: *mut statvfs) -> c_int; in fstatvfs()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs496 pub struct statvfs {
3871 pub fn statvfs(path: *const c_char, buf: *mut statvfs) -> c_int; in statvfs() function
3872 pub fn fstatvfs(fd: c_int, buf: *mut statvfs) -> c_int; in fstatvfs()
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs217 pub struct statvfs {

12