Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dstatvfs.c80 vfs->f_ffree = ufs->f_ffree;
81 vfs->f_favail = (ufs->f_ffree > 10) ? (ufs->f_ffree - 10) : 0;
131 vfs->f_ffree = HUH;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c33 buf->f_ffree = vbuf->f_ffree; in cnvtvfs64()
75 buf->f_ffree = vbuf->f_ffree; in cnvtvfs()
/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h60 fsfilcnt_t f_ffree; /* total free file nodes */ member
84 fsfilcnt32_t f_ffree; /* total free file nodes */ member
106 fsfilcnt64_t f_ffree; /* total # of free file nodes */ member
135 fsfilcnt64_t f_ffree; /* total # of free file nodes */ member
H A Dstatfs.h53 ino_t f_ffree; /* Total number of free file nodes */ member
67 ino32_t f_ffree; member
/illumos-gate/usr/src/uts/common/syscall/
H A Dstatfs.c125 svfs.f_files > UINT32_MAX || svfs.f_ffree > UINT32_MAX) in cstatfs()
136 sfs.f_ffree = svfs.f_ffree; in cstatfs()
H A Dstatvfs.c63 (dst)->f_ffree = (src)->f_ffree; \
106 if (ds64.f_ffree == (fsfilcnt64_t)-1) in cstatvfs32()
107 ds64.f_ffree = UINT32_MAX; in cstatvfs32()
117 ds64.f_ffree > UINT32_MAX || ds64.f_favail > UINT32_MAX) in cstatvfs32()
H A Dutssys.c169 (stvfs.f_ffree > UINT32_MAX && stvfs.f_ffree != UINT64_MAX)) in utssys_ustat32()
173 ust32.f_tinode = (ino32_t)stvfs.f_ffree; in utssys_ustat32()
236 ust.f_tinode = (ino_t)stvfs.f_ffree; in uts_ustat64()
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h233 int f_ffree; /* free files nodes in fs */ member
245 fsfilcnt_t f_ffree; /* free files nodes in fs */ member
259 fsfilcnt_t f_ffree; /* free files nodes in fs */ member
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_statvfs.c47 dest->f_ffree = src->f_ffree; in statvfs_32_to_n()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c650 sbp->f_ffree = (tmpfs_maxkmem - tmp_kmemspace) / in tmp_statvfs()
653 sbp->f_ffree = 0; in tmp_statvfs()
657 sbp->f_favail = (fsfilcnt64_t)(sbp->f_ffree); in tmp_statvfs()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c584 (void) printf("%8lld", fs.f_ffree); in dfreemnt()
586 show_inode_usage(fs.f_files, fs.f_ffree); in dfreemnt()
1059 fs->f_ffree, in print_statvfs()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c280 sp->f_ffree = sp->f_favail = INT_MAX - total; in sharefs_statvfs()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c254 sp->f_ffree = sp->f_favail = INT_MAX - total; in objfs_statvfs()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1361 fsp->f_ffree, 1, 1), in g_output()
1542 fsp->f_ffree, 1, 1), in t_output()
1583 number_to_string(free_files_buf, fsp->f_ffree, 1, 1), in eb_output()
1596 number_to_string(free_files_buf, fsp->f_ffree, 1, 1)); in e_output()
1637 fsp->f_ffree, 1, 1), in default_output()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c291 sp->f_ffree = (fsfilcnt64_t)0; in mntstatvfs()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c315 sp->f_ffree = (fsfilcnt64_t)n; in prstatvfs()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c177 fs_tab->ffree = (svfsb.f_favail > 0) ? svfsb.f_favail : svfsb.f_ffree; in fsys_stat()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c214 sbp->f_ffree = 0; in bootfs_statvfs()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c351 sp->f_favail = sp->f_ffree = INT_MAX - total; in ctfs_statvfs()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c283 sbp->f_ffree = 0; in devfs_statvfs()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs117 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c475 sbp->f_ffree = 0; in sdev_statvfs()

123