Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-x86/
Dstatfs.h25 long f_bavail; member
39 long f_bavail; member
53 __u64 f_bavail; member
/external/kernel-headers/original/asm-arm/
Dstatfs.h14 __u32 f_bavail; member
33 __u64 f_bavail; member
/external/kernel-headers/original/linux/
Dstatfs.h13 u64 f_bavail; member
Dcoda.h265 int32_t f_bavail; member
/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc498 *freebytes = static_cast<int64>(vfs.f_bsize) * vfs.f_bavail; in GetDiskFreeSpace()
500 *freebytes = static_cast<int64>(vfs.f_frsize) * vfs.f_bavail; in GetDiskFreeSpace()
502 *freebytes = static_cast<int64>(fs.f_bsize) * fs.f_bavail; in GetDiskFreeSpace()
/external/chromium/base/
Dsys_info_posix.cc51 return static_cast<int64>(stats.f_bavail) * stats.f_frsize; in AmountOfFreeDiskSpace()
/external/valgrind/main/include/vki/
Dvki-amd64-linux.h337 long f_bavail; member
Dvki-ppc32-linux.h445 __vki_u32 f_bavail; member
Dvki-ppc64-linux.h483 long f_bavail; member
Dvki-x86-linux.h411 __vki_u32 f_bavail; member
Dvki-arm-linux.h406 __vki_u32 f_bavail; member
/external/strace/
Dfile.c57 __u64 f_bavail; member
1513 statbuf.f_bavail,statbuf.f_files, statbuf.f_ffree,
1523 (unsigned long)statbuf.f_bavail,
1584 (unsigned long long)statbuf.f_bavail,
/external/bluetooth/glib/gio/
Dglocalfile.c975 if (statfs_buffer.f_bavail == 0 && statfs_buffer.f_bfree == 0) in g_local_file_query_filesystem_info()
1013 …set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, block_size * statfs_buffer.f_bavail); in g_local_file_query_filesystem_info()
DChangeLog1449 * glocalfile.c: Use a configure check for structfs.f_bavail.
/external/bluetooth/glib/
Dconfig.h.win32.in445 /* Define to 1 if `f_bavail' is member of `struct statfs'. */
DChangeLog.pre-2-18830 * configure.in: Add a check for structfs.f_bavail
Dconfigure.in863 …ksize, struct stat.st_blocks, struct statfs.f_fstypename, struct statfs.f_bavail],,, [#include <sy…
/external/yaffs2/yaffs2/
Dyaffs_fs.c1318 buf->f_bavail = buf->f_bfree;
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt595 __vki_u32 f_bavail;