| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | statfs.h | 51 long f_bfree; /* Total number of free blocks */ member in struct:statfs 65 int32_t f_bfree; member in struct:statfs32
|
| H A D | statvfs.h | 57 fsblkcnt_t f_bfree; /* total free blocks of f_frsize */ member in struct:statvfs 81 fsblkcnt32_t f_bfree; /* total free blocks of f_frsize */ member in struct:statvfs32 103 fsblkcnt64_t f_bfree; /* total free blocks of f_frsize */ member in struct:statvfs64 132 fsblkcnt64_t f_bfree; /* total free blocks of f_frsize */ member in struct:statvfs64_32
|
| /illumos-gate/usr/src/ucblib/libucb/port/gen/ |
| H A D | statfs.c | 32 buf->f_bfree = vbuf->f_bfree; 74 buf->f_bfree = vbuf->f_bfree;
|
| /illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
| H A D | _statfs.c | 39 u_long f_bfree; /* total # of free blocks of f_frsize */ member in struct:statvfs 88 bsdbuf->f_bfree = (long) vbuf->f_bfree;
|
| /illumos-gate/usr/src/lib/libast/common/comp/ |
| H A D | statvfs.c | 72 vfs->f_bfree = ufs->f_bfree; 77 ufs->f_bfree; 129 vfs->f_bfree = HUH;
|
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | vfs.h | 232 int f_bfree; /* free blocks in fs */ member in struct:statfs 244 fsblkcnt_t f_bfree; /* free blocks in fs */ member in struct:statfs 258 fsblkcnt_t f_bfree; /* free blocks in fs */ member in struct:statfs64
|
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | statfs.c | 126 if (svfs.f_blocks > UINT32_MAX || svfs.f_bfree > UINT32_MAX || 136 sfs.f_bfree = svfs.f_bfree * (svfs.f_frsize / 512);
|
| H A D | statvfs.c | 62 (dst)->f_bfree = (src)->f_bfree; \ 114 if (ds64.f_bfree == (fsblkcnt64_t)-1) 115 ds64.f_bfree = UINT32_MAX; 117 if (ds64.f_blocks > UINT32_MAX || ds64.f_bfree > UINT32_MAX ||
|
| H A D | utssys.c | 159 fsbc64 = stvfs.f_bfree * (stvfs.f_frsize / 512); 234 fsbc64 = stvfs.f_bfree * (stvfs.f_frsize / 512);
|
| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | pr_statvfs.c | 46 dest->f_bfree = src->f_bfree;
|
| /illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
| H A D | ast_fs.h | 130 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| H A D | ast_fs.h | 109 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/i386/include/ast/ |
| H A D | ast_fs.h | 134 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| H A D | ast_fs.h | 113 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
| H A D | ast_fs.h | 130 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| H A D | ast_fs.h | 109 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| H A D | ast_fs.h | 130 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| H A D | ast_fs.h | 109 unsigned long f_bfree; /* total # of free blocks of f_frsize */
|
| /illumos-gate/usr/src/uts/common/fs/tmpfs/ |
| H A D | tmp_vfsops.c | 593 sbp->f_bfree = MIN(blocks - tmpfs_minfree, 596 sbp->f_bfree = 0; 598 sbp->f_bavail = sbp->f_bfree; 603 sbp->f_blocks = (fsblkcnt64_t)(sbp->f_bfree + tm->tm_anonmem); 622 sbp->f_bfree = MIN(pgcap - pgused, sbp->f_bfree); 623 sbp->f_bavail = sbp->f_bfree;
|
| /illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
| H A D | vfs.h | 116 long f_bfree; /* free block in fs */ member in struct:statfs
|
| /illumos-gate/usr/src/cmd/sendmail/include/sm/ |
| H A D | conf.h | 313 # define SFS_BAVAIL f_bfree /* alternate field name */ 1223 # define SFS_BAVAIL f_bfree /* alternate field name */ 1270 # define SFS_BAVAIL f_bfree /* alternate field name */ 1299 # define SFS_BAVAIL f_bfree /* alternate field name */ 1742 # define SFS_BAVAIL f_bfree /* alternate field name */ 1793 # define SFS_BAVAIL f_bfree /* alternate field name */ 2102 # define SFS_BAVAIL f_bfree /* alternate field name */ 2122 # define SFS_BAVAIL f_bfree /* alternate field name */
|
| /illumos-gate/usr/src/cmd/fs.d/ |
| H A D | df.c | 1405 fsp->f_bfree, fsp->f_frsize, 512), 1434 fsblkcnt64_t free_blocks = fsp->f_bfree; 1591 fsp->f_bfree, fsp->f_frsize, 512), 1629 fsp->f_bfree, fsp->f_frsize, 1024), 1660 fsp->f_bfree, fsp->f_frsize, 1024)); 1686 fsp->f_bfree, fsp->f_frsize, 512),
|
| /illumos-gate/usr/src/uts/common/fs/mntfs/ |
| H A D | mntvfsops.c | 288 sp->f_bfree = (fsblkcnt64_t)0;
|
| /illumos-gate/usr/src/uts/common/fs/proc/ |
| H A D | prvfsops.c | 312 sp->f_bfree = (fsblkcnt64_t)0;
|
| /illumos-gate/usr/src/lib/libfsmgt/common/ |
| H A D | fs_mounts.c | 99 availablesize = stvfs.f_bfree; 517 usedsize = stvfs.f_blocks - stvfs.f_bfree;
|