Home
last modified time | relevance | path

Searched defs:fstatvfs (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/stat/
H A Dstatvfs.c53 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs206 pub fn fstatvfs<Fd: AsFd>(fd: Fd) -> io::Result<StatVfs> { in fstatvfs() functions
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs149 pub fn fstatvfs<T: AsRawFd>(fd: &T) -> Result<Statvfs> { in fstatvfs() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1344 pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int; in fstatvfs() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3801 pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int; in fstatvfs() functions

Completed in 18 milliseconds