/third_party/musl/src/stat/ |
D | statvfs.c | 37 out->f_ffree = in->f_ffree; in fixup() 38 out->f_favail = in->f_ffree; in fixup()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 13 pub f_ffree: ::fsfilcnt_t, 28 pub f_ffree: u64, 84 pub f_ffree: ::fsfilcnt_t,
|
/third_party/musl/libc-test/src/regression/ |
D | statvfs.c | 27 if (f.f_files < f.f_ffree) in main() 29 (unsigned long long)f.f_ffree, (unsigned long long)f.f_files); in main()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 234 pub f_ffree: i64, 276 && self.f_ffree == other.f_ffree 307 .field("f_ffree", &self.f_ffree) 332 self.f_ffree.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 77 pub f_ffree: u64, 92 pub f_ffree: ::c_ulong, 147 pub f_ffree: u64,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 245 pub f_ffree: i64, 285 && self.f_ffree == other.f_ffree 316 .field("f_ffree", &self.f_ffree) 341 self.f_ffree.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 255 pub f_ffree: i64, 295 && self.f_ffree == other.f_ffree 326 .field("f_ffree", &self.f_ffree) 351 self.f_ffree.hash(state);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 255 pub f_ffree: i64, 295 && self.f_ffree == other.f_ffree 326 .field("f_ffree", &self.f_ffree) 351 self.f_ffree.hash(state);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 166 pub f_ffree: ::fsfilcnt_t, 180 pub f_ffree: ::fsfilcnt64_t, 195 pub f_ffree: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 54 pub f_ffree: u64, 86 pub f_ffree: u64, 101 pub f_ffree: u64,
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/musl/arch/x32/bits/ |
D | statfs.h | 4 fsfilcnt_t f_files, f_ffree; member
|
/third_party/toybox/toys/posix/ |
D | df.c | 123 used = mt->statvfs.f_files - mt->statvfs.f_ffree; in show_mt() 124 avail = getuid() ? mt->statvfs.f_favail : mt->statvfs.f_ffree; in show_mt()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 14 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|
/third_party/musl/include/sys/ |
D | statvfs.h | 17 fsfilcnt_t f_files, f_ffree, f_favail; member
|