Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/musl/src/stat/
Dstatvfs.c37 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/
Dmod.rs13 pub f_ffree: ::fsfilcnt_t,
28 pub f_ffree: u64,
84 pub f_ffree: ::fsfilcnt_t,
/third_party/musl/libc-test/src/regression/
Dstatvfs.c27 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/
Dmod.rs234 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/
Dmod.rs77 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/
Dmod.rs245 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/
Dmod.rs255 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/
Dmod.rs255 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/
Dmod.rs166 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/
Dmod.rs54 pub f_ffree: u64,
86 pub f_ffree: u64,
101 pub f_ffree: u64,
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/s390x/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/generic/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mips/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/musl/arch/x32/bits/
Dstatfs.h4 fsfilcnt_t f_files, f_ffree; member
/third_party/toybox/toys/posix/
Ddf.c123 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/
Dstatvfs.h14 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member
/third_party/musl/include/sys/
Dstatvfs.h17 fsfilcnt_t f_files, f_ffree, f_favail; member

12345