Home
last modified time | relevance | path

Searched refs:fsfilcnt_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/ucbhead/sys/
H A Dvfs.h246 fsfilcnt_t f_files; /* total file nodes in file system */
247 fsfilcnt_t f_ffree; /* free files nodes in fs */
260 fsfilcnt_t f_files; /* total file nodes in file system */
261 fsfilcnt_t f_ffree; /* free files nodes in fs */
H A Dtypes.h178 typedef ulong_t fsfilcnt_t; /* counts files */ typedef
184 typedef u_longlong_t fsfilcnt_t; /* count of files */ typedef
199 typedef fsfilcnt_t fsfilcnt64_t;
/titanic_50/usr/src/uts/common/sys/
H A Dstatvfs.h59 fsfilcnt_t f_files; /* total file nodes (inodes) */
60 fsfilcnt_t f_ffree; /* total free file nodes */
61 fsfilcnt_t f_favail; /* free nodes avail to non-superuser */
H A Dtypes.h163 typedef ulong_t fsfilcnt_t; /* count of files */ typedef
168 typedef u_longlong_t fsfilcnt_t; /* count of files */ typedef
176 typedef fsfilcnt_t fsfilcnt64_t; /* count of files */
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c78 static fsfilcnt_t ftotal; /* files stored on current part */
79 static fsfilcnt_t fmax; /* maximum number of files on any part */
99 ulong_t bsize, ulong_t frsize, fsblkcnt_t *plimit, fsfilcnt_t *pilimit, in splpkgmap()
110 fsfilcnt_t ftemp; in splpkgmap()
404 fsfilcnt_t ilimit) in store()
H A Dmain.c67 fsfilcnt_t *pilimit, fsblkcnt_t *pllimit);
161 static fsfilcnt_t ilimit = 0;