Home
last modified time | relevance | path

Searched refs:fstatfs (Results 1 – 25 of 64) sorted by relevance

123

/third_party/musl/include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/ndk_musl_include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatfs.h19 int fstatfs (int, struct statfs *);
23 #define fstatfs64 fstatfs
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatfs.h18 int fstatfs (int, struct statfs *);
22 #define fstatfs64 fstatfs
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfstatfs.c34 int result = fstatfs(fd, &st); in fstatfs_0100()
74 int result = fstatfs(-1, &st); in fstatfs_0200()
Dtest_src_functionalext_supplement_stat.gni23 "fstatfs",
/third_party/musl/src/stat/
Dstatvfs.c26 weak_alias(__fstatfs, fstatfs);
63 weak_alias(fstatfs, fstatfs64);
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Ddir.rs4 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/
Dfd.rs180 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/
Dfstatfs01.c82 TEST(fstatfs(*tcases[i].fd, &stats)); in main()
Dfstatfs02.c71 TEST(fstatfs(TC[i].fd, TC[i].sbuf)); in main()
/third_party/NuttX/include/sys/
Dstatfs.h133 int fstatfs(int fd, FAR struct statfs *buf);
/third_party/elfutils/tests/
Dlfs-symbols32 fstatfs
/third_party/rust/crates/rustix/tests/fs/
Dstatfs.rs56 let statfs = rustix::fs::fstatfs(&file).unwrap(); in test_fstatfs()
Dfile.rs78 let statfs = rustix::fs::fstatfs(&file).unwrap(); in test_file()
/third_party/rust/crates/rustix/src/io/
Dprocfs.rs22 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/
Ddir.rs18 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/
Dstatfs.rs49 = 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/
Daarch64.in45 fstatfs 44
Darc.in45 fstatfs 44
Dia64.in81 fstatfs 1104
Ds390x.in69 fstatfs 100

123