Symbol: fsfilcnt64_t
usr/src/cmd/fs.d/ufs/df/df.c
515
(fsfilcnt64_t)sblock.fs_ncg *
usr/src/cmd/fs.d/ufs/df/df.c
516
(fsfilcnt64_t)sblock.fs_ipg,
usr/src/cmd/fs.d/ufs/df/df.c
517
(fsfilcnt64_t)sblock.fs_cstotal.cs_nifree);
usr/src/cmd/fs.d/ufs/df/df.c
635
show_inode_usage(fsfilcnt64_t total, fsfilcnt64_t free)
usr/src/cmd/fs.d/ufs/df/df.c
637
fsfilcnt64_t used = total - free;
usr/src/uts/common/fs/autofs/auto_vfsops.c
821
sbp->f_files = (fsfilcnt64_t)0;
usr/src/uts/common/fs/autofs/auto_vfsops.c
822
sbp->f_ffree = (fsfilcnt64_t)0;
usr/src/uts/common/fs/autofs/auto_vfsops.c
823
sbp->f_favail = (fsfilcnt64_t)0;
usr/src/uts/common/fs/fd/fdops.c
466
sp->f_files = (fsfilcnt64_t)
usr/src/uts/common/fs/fd/fdops.c
468
sp->f_ffree = (fsfilcnt64_t)0;
usr/src/uts/common/fs/fd/fdops.c
469
sp->f_favail = (fsfilcnt64_t)0;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
459
sbp->f_files = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
460
sbp->f_ffree = (fsfilcnt64_t)0;
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
461
sbp->f_favail = (fsfilcnt64_t)0;
usr/src/uts/common/fs/mntfs/mntvfsops.c
290
sp->f_files = (fsfilcnt64_t)1;
usr/src/uts/common/fs/mntfs/mntvfsops.c
291
sp->f_ffree = (fsfilcnt64_t)0;
usr/src/uts/common/fs/mntfs/mntvfsops.c
292
sp->f_favail = (fsfilcnt64_t)0;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1570
sbp->f_files = (fsfilcnt64_t)res.resok.tfiles;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1571
sbp->f_ffree = (fsfilcnt64_t)res.resok.ffiles;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1572
sbp->f_favail = (fsfilcnt64_t)res.resok.afiles;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
928
(fsfilcnt64_t)-1, /* f_blocks */
usr/src/uts/common/fs/nfs/nfs4_xdr.c
929
(fsfilcnt64_t)-1, /* f_bfree */
usr/src/uts/common/fs/nfs/nfs4_xdr.c
930
(fsfilcnt64_t)-1, /* f_bavail */
usr/src/uts/common/fs/nfs/nfs4_xdr.c
931
(fsfilcnt64_t)-1, /* f_files */
usr/src/uts/common/fs/nfs/nfs4_xdr.c
932
(fsfilcnt64_t)-1, /* f_ffree */
usr/src/uts/common/fs/nfs/nfs4_xdr.c
933
(fsfilcnt64_t)-1, /* f_favail */
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1571
sbp->f_files = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1572
sbp->f_ffree = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1573
sbp->f_favail = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/pcfs/pc_vfsops.c
918
sp->f_files = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/pcfs/pc_vfsops.c
919
sp->f_ffree = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/pcfs/pc_vfsops.c
920
sp->f_favail = (fsfilcnt64_t)-1;
usr/src/uts/common/fs/proc/prvfsops.c
314
sp->f_files = (fsfilcnt64_t)v.v_proc + 2;
usr/src/uts/common/fs/proc/prvfsops.c
315
sp->f_ffree = (fsfilcnt64_t)n;
usr/src/uts/common/fs/proc/prvfsops.c
316
sp->f_favail = (fsfilcnt64_t)n;
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
658
sbp->f_favail = (fsfilcnt64_t)(sbp->f_ffree);
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1817
sp->f_files = (fsfilcnt64_t)fsp->fs_ncg * fsp->fs_ipg;
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1818
sp->f_ffree = (fsfilcnt64_t)fsp->fs_cstotal.cs_nifree;
usr/src/uts/common/sys/statvfs.h
105
fsfilcnt64_t f_files; /* total # of file nodes (inodes) */
usr/src/uts/common/sys/statvfs.h
106
fsfilcnt64_t f_ffree; /* total # of free file nodes */
usr/src/uts/common/sys/statvfs.h
107
fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */
usr/src/uts/common/sys/statvfs.h
134
fsfilcnt64_t f_files; /* total # of file nodes (inodes) */
usr/src/uts/common/sys/statvfs.h
135
fsfilcnt64_t f_ffree; /* total # of free file nodes */
usr/src/uts/common/sys/statvfs.h
136
fsfilcnt64_t f_favail; /* free nodes avail to non-superuser */
usr/src/uts/common/syscall/statvfs.c
104
if (ds64.f_files == (fsfilcnt64_t)-1)
usr/src/uts/common/syscall/statvfs.c
106
if (ds64.f_ffree == (fsfilcnt64_t)-1)
usr/src/uts/common/syscall/statvfs.c
108
if (ds64.f_favail == (fsfilcnt64_t)-1)