Home
last modified time | relevance | path

Searched refs:f_bavail (Results 1 - 25 of 121) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync02.c36 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 Dquotactl07.c40 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 Dmod.rs11 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 Dstatvfs.c22 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 Dstatvfs.c35 out->f_bavail = in->f_bavail; in fixup()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs75 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 Dmod.rs253 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 Dmod.rs253 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 Dmod.rs243 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 Dmod.rs232 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 Dmod.rs52 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 Dmod.rs164 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 Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/generic/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/s390x/bits/
H A Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/mips/bits/
H A Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/musl/arch/mips64/bits/
H A Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/musl/arch/mipsn32/bits/
H A Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/ltp/lib/
H A Dtst_fs_has_free.c40 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 Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member

Completed in 8 milliseconds

12345