/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 37 to->f_bsize = from->f_bsize; in copy_statfs_to_statvfs() 38 to->f_frsize = from->f_bsize; /* no exact equivalent */ in copy_statfs_to_statvfs()
|
D | bsd-statvfs.h | 46 unsigned long f_bsize; /* File system block size. */ member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 25 __statfs_word f_bsize; member 48 __statfs_word f_bsize; member 71 __u32 f_bsize; member
|
/external/strace/ |
D | fetch_struct_statfs.c | 53 p->f_bsize = zero_extend_signed_to_ull(b.f_bsize); in MPERS_PRINTER_DECL() 101 p->f_bsize = zero_extend_signed_to_ull(b.f_bsize); in MPERS_PRINTER_DECL()
|
D | print_statfs.c | 68 print_statfs_number(", f_bsize=", b.f_bsize); in print_struct_statfs() 104 print_statfs_number(", f_bsize=", b.f_bsize); in print_struct_statfs64()
|
D | statfs.h | 33 unsigned long long f_bsize; member
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | mod.rs | 48 pub f_bsize: u64, 79 && self.f_bsize == other.f_bsize 110 .field("f_bsize", &self.f_bsize) 135 self.f_bsize.hash(state);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 47 pub f_bsize: u64, 76 && self.f_bsize == other.f_bsize 107 .field("f_bsize", &self.f_bsize) 132 self.f_bsize.hash(state);
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 7 pub f_bsize: ::c_ulong, 21 pub f_bsize: ::c_ulong, 78 pub f_bsize: ::c_ulong,
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 71 pub f_bsize: u32, 85 pub f_bsize: ::c_ulong, 133 pub f_bsize: u32,
|
/external/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,
|
/external/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_()
|
D | tst_fill_fs.c | 48 if (errno == ENOSPC && len >= fi.f_bsize/2) { in tst_fill_fs()
|
/external/ltp/testcases/kernel/syscalls/statvfs/ |
D | statvfs01.c | 68 tst_resm(TINFO, "file system block size = %lu bytes", buf.f_bsize); in main()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 76 pub f_bsize: ::c_ulong, 207 pub f_bsize: ::c_long, 340 self.f_bsize == other.f_bsize 372 .field("f_bsize", &self.f_bsize) 394 self.f_bsize.hash(state);
|
/external/toybox/toys/posix/ |
D | df.c | 126 block = mt->statvfs.f_bsize ? mt->statvfs.f_bsize : 1; in show_mt()
|
/external/openssh/ |
D | sftp-client.h | 43 u_int64_t f_bsize; member
|
/external/strace/tests/ |
D | xstatfsx.c | 83 PRINT_NUM(f_bsize); in print_statfs()
|
/external/strace/tests-m32/ |
D | xstatfsx.c | 83 PRINT_NUM(f_bsize); in print_statfs()
|
/external/strace/tests-mx32/ |
D | xstatfsx.c | 83 PRINT_NUM(f_bsize); in print_statfs()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 84 pub f_bsize: ::c_long, 99 pub f_bsize: ::c_long, 113 pub f_bsize: ::c_ulong, 128 pub f_bsize: ::c_ulong,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 26 pub f_bsize: ::__fsword_t, 102 pub f_bsize: ::__fsword_t, 116 pub f_bsize: ::c_ulong, 131 pub f_bsize: ::c_ulong,
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 214 pub f_bsize: ::c_ulong, 610 pub f_bsize: u32, 639 && self.f_bsize == other.f_bsize 682 .field("f_bsize", &self.f_bsize) 710 self.f_bsize.hash(state);
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/ |
D | space.pass.cpp | 90 TEST_CHECK(expect.f_bsize > 0); in TEST_CASE()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
D | mod.rs | 39 pub f_bsize: ::c_long, 93 pub f_bsize: ::c_long, 107 pub f_bsize: ::c_ulong, 122 pub f_bsize: ::c_ulong,
|