Home
last modified time | relevance | path

Searched refs:f_bsize (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/musl/libc-test/src/regression/
Dstatvfs.c15 if (f.f_bsize == 0 || f.f_bsize > 1<<28) in main()
16 t_error("/ has bogus f_bsize: %lu\n", (unsigned long)f.f_bsize); in main()
/third_party/musl/src/stat/
Dstatvfs.c31 out->f_bsize = in->f_bsize; in fixup()
32 out->f_frsize = in->f_frsize ? in->f_frsize : in->f_bsize; in fixup()
/third_party/rust/crates/nix/src/sys/
Dstatfs.rs340 self.0.f_bsize in optimal_transfer_size()
350 self.0.f_bsize in optimal_transfer_size()
365 self.0.f_bsize in optimal_transfer_size()
372 self.0.f_bsize in optimal_transfer_size()
393 self.0.f_bsize in block_size()
401 self.0.f_bsize in block_size()
409 self.0.f_bsize in block_size()
417 self.0.f_bsize in block_size()
433 self.0.f_bsize in block_size()
440 self.0.f_bsize in block_size()
[all …]
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs8 pub f_bsize: ::c_ulong,
22 pub f_bsize: ::c_ulong,
79 pub f_bsize: ::c_ulong,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dmod.rs228 pub f_bsize: u64,
270 && self.f_bsize == other.f_bsize
301 .field("f_bsize", &self.f_bsize)
326 self.f_bsize.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs72 pub f_bsize: u32,
86 pub f_bsize: ::c_ulong,
142 pub f_bsize: u32,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dmod.rs239 pub f_bsize: u64,
279 && self.f_bsize == other.f_bsize
310 .field("f_bsize", &self.f_bsize)
335 self.f_bsize.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Dmod.rs249 pub f_bsize: u64,
289 && self.f_bsize == other.f_bsize
320 .field("f_bsize", &self.f_bsize)
345 self.f_bsize.hash(state);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Dmod.rs249 pub f_bsize: u64,
289 && self.f_bsize == other.f_bsize
320 .field("f_bsize", &self.f_bsize)
345 self.f_bsize.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs161 pub f_bsize: fsword_t,
175 pub f_bsize: ::c_int,
189 pub f_bsize: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs49 pub f_bsize: u64,
81 pub f_bsize: u64,
95 pub f_bsize: ::c_ulong,
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/s390x/bits/
Dstatfs.h2 unsigned f_type, f_bsize; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/generic/bits/
Dstatfs.h2 unsigned long f_type, f_bsize; member
/third_party/musl/arch/mips/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h2 unsigned long f_type, f_bsize, f_frsize; member
/third_party/musl/arch/x32/bits/
Dstatfs.h2 unsigned long f_type, __pad0, f_bsize, __pad1; member
/third_party/ltp/lib/
Dtst_fs_has_free.c40 if ((uint64_t)sf.f_bavail * sf.f_bsize >= (uint64_t)size * mult) in tst_fs_has_free_()
/third_party/toybox/toys/posix/
Ddf.c126 block = mt->statvfs.f_bsize ? mt->statvfs.f_bsize : 1; in show_mt()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h12 unsigned long f_bsize, f_frsize; member

123456