/third_party/musl/libc-test/src/regression/ |
D | statvfs.c | 15 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/ |
D | statvfs.c | 31 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/ |
D | statfs.rs | 340 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/ |
D | mod.rs | 8 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/ |
D | mod.rs | 228 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/ |
D | mod.rs | 72 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/ |
D | mod.rs | 239 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/ |
D | mod.rs | 249 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/ |
D | mod.rs | 249 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/ |
D | mod.rs | 161 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/ |
D | mod.rs | 49 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/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 2 unsigned f_type, f_bsize; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize; member
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 2 unsigned long f_type, f_bsize, f_frsize; member
|
/third_party/musl/arch/x32/bits/ |
D | statfs.h | 2 unsigned long f_type, __pad0, f_bsize, __pad1; member
|
/third_party/ltp/lib/ |
D | tst_fs_has_free.c | 40 if ((uint64_t)sf.f_bavail * sf.f_bsize >= (uint64_t)size * mult) in tst_fs_has_free_()
|
/third_party/toybox/toys/posix/ |
D | df.c | 126 block = mt->statvfs.f_bsize ? mt->statvfs.f_bsize : 1; in show_mt()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 12 unsigned long f_bsize, f_frsize; member
|