/titanic_44/usr/src/uts/common/sys/ |
H A D | statvfs.h | 105 fsfilcnt64_t f_files; /* total # of file nodes (inodes) */ 106 fsfilcnt64_t f_ffree; /* total # of free file nodes */ 107 fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */ 134 fsfilcnt64_t f_files; /* total # of file nodes (inodes) */ 135 fsfilcnt64_t f_ffree; /* total # of free file nodes */ 136 fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */
|
H A D | types.h | 176 typedef fsfilcnt_t fsfilcnt64_t; /* count of files */ typedef 181 typedef u_longlong_t fsfilcnt64_t; /* count of files */ typedef
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 290 sp->f_files = (fsfilcnt64_t)1; in mntstatvfs() 291 sp->f_ffree = (fsfilcnt64_t)0; in mntstatvfs() 292 sp->f_favail = (fsfilcnt64_t)0; in mntstatvfs()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 314 sp->f_files = (fsfilcnt64_t)v.v_proc + 2; in prstatvfs() 315 sp->f_ffree = (fsfilcnt64_t)n; in prstatvfs() 316 sp->f_favail = (fsfilcnt64_t)n; in prstatvfs()
|
/titanic_44/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 515 (fsfilcnt64_t)sblock.fs_ncg * in dfreedev() 516 (fsfilcnt64_t)sblock.fs_ipg, in dfreedev() 517 (fsfilcnt64_t)sblock.fs_cstotal.cs_nifree); in dfreedev() 635 show_inode_usage(fsfilcnt64_t total, fsfilcnt64_t free) in show_inode_usage() 637 fsfilcnt64_t used = total - free; in show_inode_usage()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | statvfs.c | 106 if (ds64.f_files == (fsfilcnt64_t)-1) in cstatvfs32() 108 if (ds64.f_ffree == (fsfilcnt64_t)-1) in cstatvfs32() 110 if (ds64.f_favail == (fsfilcnt64_t)-1) in cstatvfs32()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | types.h | 199 typedef fsfilcnt_t fsfilcnt64_t; typedef 205 typedef u_longlong_t fsfilcnt64_t; /* counts files */ typedef
|
/titanic_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 464 sp->f_files = (fsfilcnt64_t) in fdstatvfs() 466 sp->f_ffree = (fsfilcnt64_t)0; in fdstatvfs() 467 sp->f_favail = (fsfilcnt64_t)0; in fdstatvfs()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 818 sbp->f_files = (fsfilcnt64_t)0; in auto_statvfs() 819 sbp->f_ffree = (fsfilcnt64_t)0; in auto_statvfs() 820 sbp->f_favail = (fsfilcnt64_t)0; in auto_statvfs()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_resource.c | 423 fsfilcnt64_t used; in cachefs_allocfile() 740 fsfilcnt64_t filelowat, filelowatmax, maxfiles, threshfiles; in cachefs_garbage_collect() 782 if ((filelowatmax = ((fsfilcnt64_t)cup->cu_filesused * 7) / 10) < in cachefs_garbage_collect()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 458 sbp->f_files = (fsfilcnt64_t)-1; in hsfs_statvfs() 459 sbp->f_ffree = (fsfilcnt64_t)0; in hsfs_statvfs() 460 sbp->f_favail = (fsfilcnt64_t)0; in hsfs_statvfs()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 1571 sbp->f_files = (fsfilcnt64_t)-1; in nfs_statvfs() 1572 sbp->f_ffree = (fsfilcnt64_t)-1; in nfs_statvfs() 1573 sbp->f_favail = (fsfilcnt64_t)-1; in nfs_statvfs()
|
H A D | nfs3_vfsops.c | 1570 sbp->f_files = (fsfilcnt64_t)res.resok.tfiles; in nfs3_statvfs() 1571 sbp->f_ffree = (fsfilcnt64_t)res.resok.ffiles; in nfs3_statvfs() 1572 sbp->f_favail = (fsfilcnt64_t)res.resok.afiles; in nfs3_statvfs()
|
H A D | nfs4_xdr.c | 854 (fsfilcnt64_t)-1, /* f_blocks */ in xdr_ga_prefill_statvfs() 855 (fsfilcnt64_t)-1, /* f_bfree */ in xdr_ga_prefill_statvfs() 856 (fsfilcnt64_t)-1, /* f_bavail */ in xdr_ga_prefill_statvfs() 857 (fsfilcnt64_t)-1, /* f_files */ in xdr_ga_prefill_statvfs() 858 (fsfilcnt64_t)-1, /* f_ffree */ in xdr_ga_prefill_statvfs() 859 (fsfilcnt64_t)-1, /* f_favail */ in xdr_ga_prefill_statvfs()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 625 sbp->f_favail = (fsfilcnt64_t)(sbp->f_ffree); in tmp_statvfs()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 912 sp->f_files = (fsfilcnt64_t)-1; in pcfs_statvfs() 913 sp->f_ffree = (fsfilcnt64_t)-1; in pcfs_statvfs() 914 sp->f_favail = (fsfilcnt64_t)-1; in pcfs_statvfs()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1816 sp->f_files = (fsfilcnt64_t)fsp->fs_ncg * fsp->fs_ipg; in ufs_statvfs() 1817 sp->f_ffree = (fsfilcnt64_t)fsp->fs_cstotal.cs_nifree; in ufs_statvfs()
|