/third_party/musl/include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/ndk_musl_include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statfs.h | 19 int fstatfs (int, struct statfs *); 23 #define fstatfs64 fstatfs
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statfs.h | 18 int fstatfs (int, struct statfs *); 22 #define fstatfs64 fstatfs
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fstatfs.c | 34 int result = fstatfs(fd, &st); in fstatfs_0100() 74 int result = fstatfs(-1, &st); in fstatfs_0200()
|
D | test_src_functionalext_supplement_stat.gni | 23 "fstatfs",
|
/third_party/musl/src/stat/ |
D | statvfs.c | 26 weak_alias(__fstatfs, fstatfs); 63 weak_alias(fstatfs, fstatfs64);
|
/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, 168 fstatfs(&self.fd) in statfs()
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 180 pub fn fstatfs<Fd: AsFd>(fd: Fd) -> io::Result<StatFs> { in fstatfs() function 181 backend::fs::syscalls::fstatfs(fd.as_fd()) in fstatfs()
|
/third_party/ltp/testcases/kernel/syscalls/fstatfs/ |
D | fstatfs01.c | 82 TEST(fstatfs(*tcases[i].fd, &stats)); in main()
|
D | fstatfs02.c | 71 TEST(fstatfs(TC[i].fd, TC[i].sbuf)); in main()
|
/third_party/NuttX/include/sys/ |
D | statfs.h | 133 int fstatfs(int fd, FAR struct statfs *buf);
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 32 fstatfs
|
/third_party/rust/crates/rustix/tests/fs/ |
D | statfs.rs | 56 let statfs = rustix::fs::fstatfs(&file).unwrap(); in test_fstatfs()
|
D | file.rs | 78 let statfs = rustix::fs::fstatfs(&file).unwrap(); in test_file()
|
/third_party/rust/crates/rustix/src/io/ |
D | procfs.rs | 22 cwd, fstat, fstatfs, major, openat, renameat, Dir, FileType, Mode, OFlags, Stat, 175 let statfs = fstatfs(file)?; in check_procfs()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | dir.rs | 18 use crate::fs::{fstatfs, StatFs}; 151 fstatfs(unsafe { BorrowedFd::borrow_raw(c::dirfd(self.0.as_ptr())) }) in statfs()
|
/third_party/rust/crates/nix/src/sys/ |
D | statfs.rs | 49 = libc::fstatfs; 747 pub fn fstatfs<T: AsRawFd>(fd: &T) -> Result<Statfs> { in fstatfs() function 785 let fs = fstatfs(&file).unwrap(); in check_fstatfs() 834 let fs = fstatfs(&file); in check_fstatfs_strict()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 45 fstatfs 44
|
D | arc.in | 45 fstatfs 44
|
D | ia64.in | 81 fstatfs 1104
|
D | s390x.in | 69 fstatfs 100
|