/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | statvfs.c | 80 vfs->f_ffree = ufs->f_ffree; 81 vfs->f_favail = (ufs->f_ffree > 10) ? (ufs->f_ffree - 10) : 0; 131 vfs->f_ffree = HUH;
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 35 buf->f_ffree = vbuf->f_ffree; in cnvtvfs64() 77 buf->f_ffree = vbuf->f_ffree; in cnvtvfs()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | statvfs.h | 60 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 D | statfs.h | 53 ino_t f_ffree; /* Total number of free file nodes */ member 67 ino32_t f_ffree; member
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | _statfs.c | 42 u_long f_ffree; /* total # of free file nodes */ member 91 bsdbuf->f_ffree = (long) vbuf->f_ffree; in cpstatvfs()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | statfs.c | 127 svfs.f_files > UINT32_MAX || svfs.f_ffree > UINT32_MAX) in cstatfs() 138 sfs.f_ffree = svfs.f_ffree; in cstatfs()
|
H A D | statvfs.c | 65 (dst)->f_ffree = (src)->f_ffree; \ 108 if (ds64.f_ffree == (fsfilcnt64_t)-1) in cstatvfs32() 109 ds64.f_ffree = UINT32_MAX; in cstatvfs32() 119 ds64.f_ffree > UINT32_MAX || ds64.f_favail > UINT32_MAX) in cstatvfs32()
|
H A D | utssys.c | 169 (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()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | vfs.h | 235 int f_ffree; /* free files nodes in fs */ member 247 fsfilcnt_t f_ffree; /* free files nodes in fs */ member 261 fsfilcnt_t f_ffree; /* free files nodes in fs */ member
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 49 dest->f_ffree = src->f_ffree; in statvfs_32_to_n()
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 618 sbp->f_ffree = (tmpfs_maxkmem - tmp_kmemspace) / in tmp_statvfs() 621 sbp->f_ffree = 0; in tmp_statvfs() 625 sbp->f_favail = (fsfilcnt64_t)(sbp->f_ffree); in tmp_statvfs()
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fs.h | 112 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fs.h | 133 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fs.h | 112 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fs.h | 133 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fs.h | 112 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fs.h | 133 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fs.h | 116 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fs.h | 137 unsigned long f_ffree; /* total # of free file nodes */
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 119 long f_ffree; /* free file nodes in fs */ member
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 584 (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()
|
/titanic_41/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 254 sp->f_ffree = sp->f_favail = INT_MAX - total; in objfs_statvfs()
|
/titanic_41/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 286 sp->f_ffree = sp->f_favail = INT_MAX - total; in sharefs_statvfs()
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | df.c | 1416 fsp->f_ffree, 1, 1), in g_output() 1594 fsp->f_ffree, 1, 1), in t_output() 1635 number_to_string(free_files_buf, fsp->f_ffree, 1, 1), in eb_output() 1648 number_to_string(free_files_buf, fsp->f_ffree, 1, 1)); in e_output() 1689 fsp->f_ffree, 1, 1), in default_output()
|
/titanic_41/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 291 sp->f_ffree = (fsfilcnt64_t)0; in mntstatvfs()
|