/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 27 int fstatvfs (int, struct statvfs *); 44 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fstatvfs.c | 33 int result = fstatvfs(fd, &sts); in fstatvfs_0100() 65 int result = fstatvfs(-1, &sts); in fstatvfs_0200()
|
D | test_src_functionalext_supplement_stat.gni | 27 "fstatvfs",
|
/third_party/rust/crates/nix/src/sys/ |
D | statvfs.rs | 149 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/ |
D | statvfs.c | 52 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/ |
D | dir.rs | 4 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/ |
D | sys_statvfs.c | 25 {int(*p)(int,struct statvfs*) = fstatvfs;} in f()
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 206 pub fn fstatvfs<Fd: AsFd>(fd: Fd) -> io::Result<StatVfs> { in fstatvfs() function 207 backend::fs::syscalls::fstatvfs(fd.as_fd()) in fstatvfs()
|
D | mod.rs | 182 pub use fd::{fstatvfs, StatVfs, StatVfsMountFlags};
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 33 fstatvfs
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 40 if (fstatvfs(fd, &stat_buf) != 0) { in setup()
|
/third_party/rust/crates/rustix/tests/fs/ |
D | statfs.rs | 87 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_fstatvfs()
|
D | file.rs | 90 let statvfs = rustix::fs::fstatvfs(&file).unwrap(); in test_file()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | dir.rs | 26 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/ |
D | offset.rs | 394 pub(super) use {c::fstatvfs as libc_fstatvfs, c::statvfs as libc_statvfs};
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 545 fstatvfs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 844 /// int fstatvfs(int fildes, struct statvfs *buf); 845 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 846 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/third_party/musl/ |
D | libc.map.txt | 749 fstatvfs;
|
/third_party/libfuse/example/ |
D | passthrough_ll.c | 909 res = fstatvfs(lo_fd(req, ino), &stbuf); in lo_statfs()
|