/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 36 unsigned long f_bavail; in setup() local 44 f_bavail = (stat_buf.f_bavail * stat_buf.f_bsize) / BLOCKSIZE; in setup() 45 if (f_bavail && (f_bavail < MAXBLKS)) { in setup() 46 max_blks = f_bavail; in setup()
|
/third_party/musl/libc-test/src/regression/ |
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/ |
D | statvfs.c | 35 out->f_bavail = in->f_bavail; in fixup()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/s390x/bits/ |
D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/generic/bits/ |
D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/arch/mips/bits/ |
D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/musl/arch/mips64/bits/ |
D | statfs.h | 5 fsblkcnt_t f_bavail; member
|
/third_party/musl/arch/x32/bits/ |
D | statfs.h | 3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/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_()
|
/third_party/musl/include/sys/ |
D | statvfs.h | 16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_statvfs.c | 15 F(fsblkcnt_t,f_bavail) in f()
|
/third_party/NuttX/include/sys/ |
D | statfs.h | 124 off_t f_bavail; /* Free blocks avail to non-superuser */ member
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct02.c | 222 float avail = (100.00 * buf.f_bavail) / buf.f_blocks; in setup()
|
/third_party/toybox/toys/other/ |
D | stat.c | 139 if (type == 'a') out('u', statfs->f_bavail); in print_statfs()
|
/third_party/toybox/toys/posix/ |
D | df.c | 129 avail= (block*(getuid()?mt->statvfs.f_bavail:mt->statvfs.f_bfree))/TT.units; in show_mt()
|
/third_party/python/Lib/multiprocessing/ |
D | heap.py | 96 if st.f_bavail * st.f_frsize >= size: # enough free space?
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 809 buf->f_bavail = rm->rm_volsize; in romfs_statfs()
|
/third_party/libuv/src/unix/ |
D | fs.c | 689 stat_fs->f_bavail = buf.f_bavail; in uv__fs_statfs()
|
/third_party/glib/gio/ |
D | glocalfile.c | 962 statfs_buffer.f_bavail == 0 && statfs_buffer.f_bfree == 0 && in g_local_file_query_filesystem_info() 1004 …set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, block_size * statfs_buffer.f_bavail); in g_local_file_query_filesystem_info()
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | super.c | 592 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs() 594 buf->f_bavail = 0; in ubifs_statfs()
|