Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs10 pub f_bfree: ::fsblkcnt_t,
25 pub f_bfree: u64,
81 pub f_bfree: ::fsblkcnt_t,
/third_party/musl/libc-test/src/regression/
Dstatvfs.c19 if (f.f_blocks < f.f_bfree) in main()
21 (unsigned long long)f.f_bfree, (unsigned long long)f.f_blocks); in main()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dmod.rs231 pub f_bfree: u64,
273 && self.f_bfree == other.f_bfree
304 .field("f_bfree", &self.f_bfree)
329 self.f_bfree.hash(state);
/third_party/musl/src/stat/
Dstatvfs.c34 out->f_bfree = in->f_bfree; in fixup()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs74 pub f_bfree: u64,
89 pub f_bfree: ::c_ulong,
144 pub f_bfree: u64,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs242 pub f_bfree: u64,
282 && self.f_bfree == other.f_bfree
313 .field("f_bfree", &self.f_bfree)
338 self.f_bfree.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs252 pub f_bfree: u64,
292 && self.f_bfree == other.f_bfree
323 .field("f_bfree", &self.f_bfree)
348 self.f_bfree.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs252 pub f_bfree: u64,
292 && self.f_bfree == other.f_bfree
323 .field("f_bfree", &self.f_bfree)
348 self.f_bfree.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs163 pub f_bfree: ::fsblkcnt_t,
177 pub f_bfree: ::fsblkcnt64_t,
192 pub f_bfree: u64,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs51 pub f_bfree: u64,
83 pub f_bfree: u64,
98 pub f_bfree: u64,
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/s390x/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/generic/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; member
/third_party/musl/arch/mips/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; member
/third_party/musl/arch/x32/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h13 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member

123456