Home
last modified time | relevance | path

Searched defs:f_blocks (Results 1 – 25 of 39) sorted by relevance

12

/third_party/rust/crates/rustix/tests/fs/
Dstatfs.rs46 let f_blocks = statfs.f_blocks; in test_statfs() localVariable
57 let f_blocks = statfs.f_blocks; in test_fstatfs() localVariable
/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_newlib/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/mips/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; member
/third_party/musl/porting/uniproton/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/arch/mipsn32/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; 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/mips64/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree; member
/third_party/musl/arch/generic/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 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/ndk_musl_include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m_iccarm/kernel/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
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h16 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/NuttX/include/sys/
Dstatfs.h107 off_t f_blocks; /* Total data blocks in the file system of this size */ member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs593 pub f_blocks: u64, field
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs976 pub f_blocks: u64, field
/third_party/libuv/include/uv_ndk/
Duv.h1141 uint64_t f_blocks; member
/third_party/libuv/include/
Duv.h1167 uint64_t f_blocks; member
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs4764 pub f_blocks: __u32, field
4780 pub f_blocks: __u64, field
4796 pub f_blocks: __u64, field

12