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

/vbox/src/VBox/Runtime/r3/posix/
H A DRTFileQueryFsSizes-posix.cpp59 *pcbFree = (RTFOFF)StatVFS.f_bavail * StatVFS.f_frsize;
H A Dfs-posix.cpp81 *pcbFree = (RTFOFF)StatVFS.f_bavail * StatVFS.f_frsize;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecUnix.cpp87 #define f_bavail f_bfree macro
561 fs_buf.f_bsize * (fs_buf.f_bavail - 1));
566 LL_I2L( bavail, fs_buf.f_bavail - 1 );
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c562 sbp->f_bavail = fsinfo.blksavail;
567 sbp->f_blocks = fsinfo.blksused + sbp->f_bavail;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h106 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h105 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h106 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h103 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h106 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h106 fsblkcnt_t f_bavail; member in struct:statvfs
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c128 long f_bavail; member in struct:dummy_statfs_t
139 buf->f_bavail = 131072;
1163 out_uint32_le(out, stat_fs.f_bavail); /* Caller allocation units low */
/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp238 *available = (ULONG)(cbBlock * stats.f_bavail / _1M);
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp538 *available = (ULONG)(cbBlock * stats.f_bavail / _1M);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp1133 * f_bavail = number of free blocks available to a non-superuser.
1146 fs_buf.f_bsize * (fs_buf.f_bavail - 1));
1157 LL_I2L(bavail, fs_buf.f_bavail - 1);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c850 stat->f_bavail = SHFLVolumeInfo.ullAvailableAllocationBytes

Completed in 1305 milliseconds