/third_party/ltp/testcases/kernel/syscalls/fsync/ |
H A D | fsync02.c | 36 unsigned long f_bavail; in setup() local 49 f_bavail = (stat_buf.f_bavail * stat_buf.f_bsize) / BLOCKSIZE; in setup() 50 if (f_bavail && (f_bavail < MAXBLKS)) { in setup() 51 max_blks = f_bavail; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl07.c | 40 if (before.f_bavail <= after.f_bavail) in verify_quota() 41 tst_res(TPASS, "Q_XQUOTARM to free space, delta(%lu)", after.f_bavail - before.f_bavail); in verify_quota() 43 tst_res(TFAIL, "Q_XQUOTARM to free space, delta(-%lu)", before.f_bavail - after.f_bavail); in verify_quota()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | mod.rs | 11 pub f_bavail: ::fsblkcnt_t, 26 pub f_bavail: u64, 82 pub f_bavail: ::fsblkcnt_t,
|
/third_party/musl/libc-test/src/regression/ |
H A D | statvfs.c | 22 if (f.f_blocks < f.f_bavail) in main() 24 (unsigned long long)f.f_bavail, (unsigned long long)f.f_blocks); in main()
|
/third_party/musl/src/stat/ |
H A D | statvfs.c | 35 out->f_bavail = in->f_bavail; in fixup()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 75 pub f_bavail: u64, 90 pub f_bavail: ::c_ulong, 145 pub f_bavail: u64,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 253 pub f_bavail: i64, 293 && self.f_bavail == other.f_bavail in eq() 324 .field("f_bavail", &self.f_bavail) in fmt() 349 self.f_bavail.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 253 pub f_bavail: i64, 293 && self.f_bavail == other.f_bavail in eq() 324 .field("f_bavail", &self.f_bavail) in fmt() 349 self.f_bavail.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 243 pub f_bavail: i64, 283 && self.f_bavail == other.f_bavail in eq() 314 .field("f_bavail", &self.f_bavail) in fmt() 339 self.f_bavail.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 232 pub f_bavail: i64, 274 && self.f_bavail == other.f_bavail in eq() 305 .field("f_bavail", &self.f_bavail) in fmt() 330 self.f_bavail.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 52 pub f_bavail: u64, 84 pub f_bavail: u64, 99 pub f_bavail: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 164 pub f_bavail: ::fsblkcnt_t, 178 pub f_bavail: ::fsblkcnt64_t, 193 pub f_bavail: u64,
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/generic/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/s390x/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/mips/bits/ |
H A D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/musl/arch/mips64/bits/ |
H A D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/ltp/lib/ |
H A 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/musl/arch/x32/bits/ |
H A D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | statvfs.h | 16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|