/titanic_50/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 33 buf->f_bavail = vbuf->f_bavail; in cnvtvfs64() 75 buf->f_bavail = vbuf->f_bavail; in cnvtvfs()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | statvfs.h | 58 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member 82 fsblkcnt32_t f_bavail; /* free blocks avail to non-superuser */ member 104 fsblkcnt64_t f_bavail; /* free blocks avail to non-superuser */ member 133 fsblkcnt64_t f_bavail; /* free blocks avail to non-superuser */ member
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | _statfs.c | 40 u_long f_bavail; /* # of free blocks avail to non-superuser */ member 89 bsdbuf->f_bavail = (long) vbuf->f_bavail; in cpstatvfs()
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 63 (dst)->f_bavail = (src)->f_bavail; \ 112 if (ds64.f_bavail == (fsblkcnt64_t)-1) in cstatvfs32() 113 ds64.f_bavail = UINT32_MAX; in cstatvfs32() 118 ds64.f_bavail > UINT32_MAX || ds64.f_files > UINT32_MAX || in cstatvfs32()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | vfs.h | 233 int f_bavail; /* free blocks avail to non-superuser */ member 245 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member 259 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsinfo.c | 407 if (df.f_bavail > df.f_blocks) in smb_fssize() 408 df.f_bavail = 0; in smb_fssize() 411 fssize->fs_volume_avail = df.f_bavail / spu; in smb_fssize() 413 fssize->fs_caller_avail = df.f_bavail / spu; in smb_fssize()
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | statvfs.c | 73 vfs->f_bavail = 75 ufs->f_bavail;
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 47 dest->f_bavail = src->f_bavail; in statvfs_32_to_n()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fs.h | 110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fs.h | 131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fs.h | 131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fs.h | 110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fs.h | 131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fs.h | 110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fs.h | 114 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fs.h | 135 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 117 long f_bavail; /* free blocks avail to non-superuser */ member
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | fs | 140 mem statfs.f_files,statfs.f_bavail sys/types.h - sys/statfs.h - sys/vfs.h - sys/param.h sys/mount.h 187 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 582 sbp->f_bavail = sbp->f_bfree; in tmp_statvfs() 607 sbp->f_bavail = sbp->f_bfree; in tmp_statvfs()
|
/titanic_50/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 289 sp->f_bavail = (fsblkcnt64_t)0; in mntstatvfs()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 313 sp->f_bavail = (fsblkcnt64_t)0; in prstatvfs()
|
/titanic_50/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 674 if (sb.f_bavail < AVAIL_MIN) in spacecheck() 676 else if (sb.f_bavail > minfreeblocks) { in spacecheck()
|
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 172 howmany(svfsb.f_bsize, DEV_BSIZE)) * svfsb.f_bavail; in fsys_stat()
|
/titanic_50/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 210 sbp->f_bavail = 0; in bootfs_statvfs()
|
/titanic_50/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 597 avail = fs.f_bavail; in dfreemnt() 1056 fs->f_bavail); in print_statvfs()
|