Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 45) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h27 int fstatvfs (int, struct statvfs *);
44 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfstatvfs.c33 int result = fstatvfs(fd, &sts); in fstatvfs_0100()
65 int result = fstatvfs(-1, &sts); in fstatvfs_0200()
Dtest_src_functionalext_supplement_stat.gni27 "fstatvfs",
/third_party/rust/crates/nix/src/sys/
Dstatvfs.rs149 pub fn fstatvfs<T: AsRawFd>(fd: &T) -> Result<Statvfs> { in fstatvfs() function
153 Errno::result(libc::fstatvfs(fd.as_raw_fd(), stat.as_mut_ptr())) in fstatvfs()
171 fstatvfs(&root).unwrap(); in fstatvfs_call()
/third_party/musl/src/stat/
Dstatvfs.c52 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
62 weak_alias(fstatvfs, fstatvfs64);
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs4 fcntl_getfl, fstat, fstatfs, fstatvfs, openat, FileType, Mode, OFlags, Stat, StatFs, StatVfs,
174 fstatvfs(&self.fd) in statvfs()
/third_party/musl/libc-test/src/api/
Dsys_statvfs.c25 {int(*p)(int,struct statvfs*) = fstatvfs;} in f()
/third_party/rust/crates/rustix/src/fs/
Dfd.rs206 pub fn fstatvfs<Fd: AsFd>(fd: Fd) -> io::Result<StatVfs> { in fstatvfs() function
207 backend::fs::syscalls::fstatvfs(fd.as_fd()) in fstatvfs()
Dmod.rs182 pub use fd::{fstatvfs, StatVfs, StatVfsMountFlags};
/third_party/elfutils/tests/
Dlfs-symbols33 fstatvfs
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c40 if (fstatvfs(fd, &stat_buf) != 0) { in setup()
/third_party/rust/crates/rustix/tests/fs/
Dstatfs.rs87 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_fstatvfs()
Dfile.rs90 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_file()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Ddir.rs26 use crate::fs::{fstatvfs, StatVfs};
164 fstatvfs(unsafe { BorrowedFd::borrow_raw(c::dirfd(self.0.as_ptr())) }) in statvfs()
/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs394 pub(super) use {c::fstatvfs as libc_fstatvfs, c::statvfs as libc_statvfs};
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt545 fstatvfs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def844 /// int fstatvfs(int fildes, struct statvfs *buf);
845 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
846 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/third_party/musl/
Dlibc.map.txt749 fstatvfs;
/third_party/libfuse/example/
Dpassthrough_ll.c909 res = fstatvfs(lo_fd(req, ino), &stbuf); in lo_statfs()

12