Home
last modified time | relevance | path

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

1234

/external/openssh/openbsd-compat/
Dbsd-statvfs.c37 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()
Dbsd-statvfs.h46 unsigned long f_bsize; /* File system block size. */ member
/external/kernel-headers/original/uapi/asm-generic/
Dstatfs.h25 __statfs_word f_bsize; member
48 __statfs_word f_bsize; member
71 __u32 f_bsize; member
/external/strace/
Dfetch_struct_statfs.c53 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()
Dprint_statfs.c68 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()
Dstatfs.h33 unsigned long long f_bsize; member
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dmod.rs48 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/
Dmod.rs47 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/
Dmod.rs7 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/
Dmod.rs71 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/
Dmod.rs49 pub f_bsize: u64,
81 pub f_bsize: u64,
95 pub f_bsize: ::c_ulong,
/external/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_()
Dtst_fill_fs.c48 if (errno == ENOSPC && len >= fi.f_bsize/2) { in tst_fill_fs()
/external/ltp/testcases/kernel/syscalls/statvfs/
Dstatvfs01.c68 tst_resm(TINFO, "file system block size = %lu bytes", buf.f_bsize); in main()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs76 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/
Ddf.c126 block = mt->statvfs.f_bsize ? mt->statvfs.f_bsize : 1; in show_mt()
/external/openssh/
Dsftp-client.h43 u_int64_t f_bsize; member
/external/strace/tests/
Dxstatfsx.c83 PRINT_NUM(f_bsize); in print_statfs()
/external/strace/tests-m32/
Dxstatfsx.c83 PRINT_NUM(f_bsize); in print_statfs()
/external/strace/tests-mx32/
Dxstatfsx.c83 PRINT_NUM(f_bsize); in print_statfs()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs84 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/
Dmod.rs26 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/
Dmod.rs214 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/
Dspace.pass.cpp90 TEST_CHECK(expect.f_bsize > 0); in TEST_CASE()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs39 pub f_bsize: ::c_long,
93 pub f_bsize: ::c_long,
107 pub f_bsize: ::c_ulong,
122 pub f_bsize: ::c_ulong,

1234