Home
last modified time | relevance | path

Searched refs:f_bavail (Results 1 – 25 of 50) sorted by path

12

/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs111 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs115 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs111 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs111 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c1682 if( ((statfsb.f_bavail*statfsb.f_bsize)/512) < FREESPACE )
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c1121 length = statvsbuf.f_bavail * statvsbuf.f_frsize; in copy()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c628 stv.f_bavail * stv.f_frsize < lp->log_minfree + easize) { in fmd_log_append()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1261 fsblkcnt64_t available_blocks = fsp->f_bavail; in g_output()
1380 fsblkcnt64_t available_blocks = fsp->f_bavail; in k_output()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c416 printf("bavail=%" PRIu64 "\n", st.f_bavail); in do_statfs()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c597 avail = fs.f_bavail; in dfreemnt()
1056 fs->f_bavail); in print_statvfs()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c437 spacefree = (int64_t)fsb.f_bavail * fsb.f_frsize; in check_space()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2316 # define SFS_BAVAIL f_bavail
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3331 # define SFS_BAVAIL f_bavail
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c176 howmany(svfsb.f_bsize, DEV_BSIZE)) * svfsb.f_bavail; in fsys_stat()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c569 howmany(bsize, DEV_BSIZE)) * svfsb.f_bavail; in main()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1497 (u_longlong_t)statvfs.f_bavail, in show_statvfs()
1542 statvfs.f_bavail, in show_statvfs32()
1587 (u_longlong_t)statvfs.f_bavail, in show_statvfs64()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstatvfs.c73 vfs->f_bavail =
75 ufs->f_bavail;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs139 mem statfs.f_files,statfs.f_bavail sys/types.h - sys/statfs.h - sys/vfs.h - sys/param.h sys/mount.h
197 unsigned long f_bavail; /* # of free blocks avail to non-superuser */
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c674 if (sb.f_bavail < AVAIL_MIN) in spacecheck()
676 else if (sb.f_bavail > minfreeblocks) { in spacecheck()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c745 out->bavail = in->f_bavail; in dostatfs()
749 out->bavail = in->f_bavail * in->f_frsize / in->f_bsize; in dostatfs()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c122 avail_for_nonsu_size = stvfs.f_bavail; in fs_get_avail_for_nonsuperuser_size()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1279 howmany(svfsb.f_bsize, DEV_BSIZE)) * svfsb.f_bavail; in pkgxfer()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_statvfs.c45 dest->f_bavail = src->f_bavail; in statvfs_32_to_n()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs583f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
584f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
585f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
586f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
587 …struct kstatfs)->f_blocks, (struct kstatfs)->f_bfree, (struct kstatfs)->f_bavail, (struct kstatfs)…
588f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
589f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
590f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
591f_bavail, (struct kstatfs)->f_files, (struct kstatfs)->f_ffree, (struct kstatfs)->f_namelen, (stru…
592 …struct kstatfs)->f_blocks, (struct kstatfs)->f_bfree, (struct kstatfs)->f_bavail, (struct kstatfs)…
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h231 int f_bavail; /* free blocks avail to non-superuser */ member
243 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member
257 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ member

12