Home
last modified time | relevance | path

Searched refs:f_bavail (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c36 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/
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/
Dstatvfs.c35 out->f_bavail = in->f_bavail; in fixup()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; 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/s390x/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/generic/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/arch/mips/bits/
Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/musl/arch/mipsn32/bits/
Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/musl/arch/mips64/bits/
Dstatfs.h5 fsblkcnt_t f_bavail; member
/third_party/musl/arch/x32/bits/
Dstatfs.h3 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/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_()
/third_party/musl/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/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h16 fsblkcnt_t f_blocks, f_bfree, f_bavail; member
/third_party/musl/libc-test/src/api/
Dsys_statvfs.c15 F(fsblkcnt_t,f_bavail) in f()
/third_party/NuttX/include/sys/
Dstatfs.h124 off_t f_bavail; /* Free blocks avail to non-superuser */ member
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c222 float avail = (100.00 * buf.f_bavail) / buf.f_blocks; in setup()
/third_party/toybox/toys/other/
Dstat.c139 if (type == 'a') out('u', statfs->f_bavail); in print_statfs()
/third_party/toybox/toys/posix/
Ddf.c129 avail= (block*(getuid()?mt->statvfs.f_bavail:mt->statvfs.f_bfree))/TT.units; in show_mt()
/third_party/python/Lib/multiprocessing/
Dheap.py96 if st.f_bavail * st.f_frsize >= size: # enough free space?
/third_party/NuttX/fs/romfs/
Dfs_romfs.c809 buf->f_bavail = rm->rm_volsize; in romfs_statfs()
/third_party/libuv/src/unix/
Dfs.c689 stat_fs->f_bavail = buf.f_bavail; in uv__fs_statfs()
/third_party/glib/gio/
Dglocalfile.c962 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/
Dsuper.c592 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
594 buf->f_bavail = 0; in ubifs_statfs()

12