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

123

/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c33 buf->f_bavail = vbuf->f_bavail;
75 buf->f_bavail = vbuf->f_bavail;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c40 u_long f_bavail; /* # of free blocks avail to non-superuser */ member in struct:statvfs
89 bsdbuf->f_bavail = (long) vbuf->f_bavail;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dstatvfs.h59 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statvfs
83 fsblkcnt32_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statvfs32
105 fsblkcnt64_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statvfs64
134 fsblkcnt64_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statvfs64_32
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dvfs.h233 int f_bavail; /* free blocks avail to non-superuser */ member in struct:statfs
245 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statfs
259 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member in struct:statfs64
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dstatvfs.c73 vfs->f_bavail =
75 ufs->f_bavail;
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dstatvfs.c63 (dst)->f_bavail = (src)->f_bavail; \
112 if (ds64.f_bavail == (fsblkcnt64_t)-1)
113 ds64.f_bavail = UINT32_MAX;
118 ds64.f_bavail > UINT32_MAX || ds64.f_files > UINT32_MAX ||
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A Dpr_statvfs.c47 dest->f_bavail = src->f_bavail;
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_fs.h131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fs.h110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_fs.h135 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fs.h114 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_fs.h131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fs.h110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fs.h131 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fs.h110 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h117 long f_bavail; /* free blocks avail to non-superuser */ member in struct:statfs
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c433 if (df.f_bavail > df.f_blocks)
434 df.f_bavail = 0;
437 fssize->fs_volume_avail = df.f_bavail;
439 fssize->fs_caller_avail = df.f_bavail;
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c172 howmany(svfsb.f_bsize, DEV_BSIZE)) * svfsb.f_bavail;
/opensolaris-onvv-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c289 sp->f_bavail = (fsblkcnt64_t)0;
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c313 sp->f_bavail = (fsblkcnt64_t)0;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c438 "Filesystem f_type f_fsize f_bfree f_bavail f_files f_ffree "
597 avail = fs.f_bavail;
1056 fs->f_bavail);
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c674 if (sb.f_bavail < AVAIL_MIN)
676 else if (sb.f_bavail > minfreeblocks) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c582 sbp->f_bavail = sbp->f_bfree;
607 sbp->f_bavail = sbp->f_bfree;
/opensolaris-onvv-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c288 sbp->f_bavail = 0;
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c315 if (sb.f_bavail != (fsblkcnt64_t)-1) {
318 (fattr4_space_avail) sb.f_bavail;
321 (fattr4_space_avail) sb.f_bavail;

Completed in 201 milliseconds

123