Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h244 fsfilcnt_t f_files; /* total file nodes in file system */
245 fsfilcnt_t f_ffree; /* free files nodes in fs */
258 fsfilcnt_t f_files; /* total file nodes in file system */
259 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;
/illumos-gate/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.h164 typedef ulong_t fsfilcnt_t; /* count of files */ typedef
169 typedef u_longlong_t fsfilcnt_t; /* count of files */ typedef
177 typedef fsfilcnt_t fsfilcnt64_t; /* count of files */
/illumos-gate/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;
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h126 typedef __fsfilcnt_t fsfilcnt_t; typedef