Home
last modified time | relevance | path

Searched refs:fsblkcnt_t (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h111 fsblkcnt_t bsize; /* fundamental file system block size */
112 fsblkcnt_t frsize; /* file system fragment size */
113 fsblkcnt_t bfree; /* total # of free blocks */
114 fsblkcnt_t bused; /* total # of used blocks */
115 fsblkcnt_t ffree; /* total # of free file nodes */
116 fsblkcnt_t fused; /* total # of used file nodes */
H A Dlibinst.h265 extern fsblkcnt_t get_blk_size_n __P((uint32_t n));
266 extern fsblkcnt_t get_frag_size_n __P((uint32_t n));
267 extern fsblkcnt_t get_blk_used_n __P((uint32_t n));
268 extern fsblkcnt_t get_blk_free_n __P((uint32_t n));
269 extern fsblkcnt_t get_inode_used_n __P((uint32_t n));
270 extern fsblkcnt_t get_inode_free_n __P((uint32_t n));
271 extern void set_blk_used_n __P((uint32_t n, fsblkcnt_t value));
288 fsblkcnt_t map_blks));
298 extern fsblkcnt_t nblk __P((fsblkcnt_t size, ulong_t bsize,
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c65 fsblkcnt_t blks;
75 static fsblkcnt_t btotal; /* blocks stored on current part */
85 static fsblkcnt_t DIRSIZE;
90 fsblkcnt_t);
94 fsblkcnt_t);
100 fsblkcnt_t *pllimit) in splpkgmap()
108 fsblkcnt_t total; in splpkgmap()
109 fsblkcnt_t btemp; in splpkgmap()
143 DIRSIZE = ((fsblkcnt_t)frsize > 0) ? in splpkgmap()
408 fsblkcnt_t btemp; in store()
[all …]
H A Dmain.c66 char *order[], ulong_t bsize, ulong_t frsize, fsblkcnt_t *plimit,
67 fsfilcnt_t *pilimit, fsblkcnt_t *pllimit);
159 static fsblkcnt_t limit = 0;
160 static fsblkcnt_t llimit = 0;
567 limit = (fsblkcnt_t)(((fsblkcnt_t)frsize > 0) ? in main()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dnblk.c40 fsblkcnt_t
41 nblk(fsblkcnt_t size, ulong_t bsize, ulong_t frsize) in nblk()
43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; in nblk()
44 fsblkcnt_t frags = 0; in nblk()
H A Docfile.c203 ocfile(PKGserver *server, VFP_T **r_tmpvfp, fsblkcnt_t map_blks) in ocfile()
207 fsblkcnt_t free_blocks; in ocfile()
208 fsblkcnt_t need_blocks; in ocfile()
209 fsblkcnt_t log_blocks; in ocfile()
280 free_blocks = (((fsblkcnt_t)svfsb.f_frsize > 0) ? in ocfile()
H A Dmntinfo.c1232 fsblkcnt_t
1243 fsblkcnt_t
1254 fsblkcnt_t
1265 fsblkcnt_t
1277 set_blk_used_n(uint32_t n, fsblkcnt_t value) in set_blk_used_n()
1283 fsblkcnt_t
1290 fsblkcnt_t
H A Dpkgobjmap.c480 static fsblkcnt_t
483 fsblkcnt_t blk; in nblks()
506 fsblkcnt_t bused; in size_xchng()
509 fsblkcnt_t blks1, blks2; in size_xchng()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c77 static void warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail,
78 fsblkcnt_t limit);
129 warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, fsblkcnt_t limit) in warn()
199 fsblkcnt_t blk; in readmap()
332 fsblkcnt_t new_size, old_size; in readmap()
H A Dinstvol.c81 extern fsblkcnt_t pkgmap_blks; /* main.c */
H A Dmain.c163 fsblkcnt_t pkgmap_blks = 0LL;
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h241 fsblkcnt_t f_blocks; /* total blocks in file system */
242 fsblkcnt_t f_bfree; /* free blocks in fs */
243 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */
255 fsblkcnt_t f_blocks; /* total blocks in file system */
256 fsblkcnt_t f_bfree; /* free blocks in fs */
257 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */
H A Dtypes.h177 typedef ulong_t fsblkcnt_t; /* counts file system blocks */ typedef
183 typedef u_longlong_t fsblkcnt_t; /* count of file system blocks */ typedef
198 typedef fsblkcnt_t fsblkcnt64_t;
/illumos-gate/usr/src/uts/common/sys/
H A Dstatvfs.h56 fsblkcnt_t f_blocks; /* total blocks of f_frsize on fs */
57 fsblkcnt_t f_bfree; /* total free blocks of f_frsize */
58 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */
H A Dtypes.h163 typedef ulong_t fsblkcnt_t; /* count of file system blocks */ typedef
168 typedef u_longlong_t fsblkcnt_t; /* count of file system blocks */ typedef
176 typedef fsblkcnt_t fsblkcnt64_t; /* count of file system blocks */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c66 static int getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad);
74 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad);
241 if (!getlnum(fp, 10, (fsblkcnt_t *)&ept->cinfo.size, in gpkgmap()
381 if (!getlnum(fp, 10, (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmap()
547 getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad) in getlnum()
764 (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmapvfp()
918 (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmapvfp()
1086 getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad) in getlnumvfp()
H A Dsrchcfile.c52 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad);
159 ept->cinfo.size = (fsblkcnt_t)BADCONT; in srchcfile()
358 if (getlnumvfp(&p, 10, (fsblkcnt_t *)&ept->cinfo.size, in srchcfile()
H A Dverify.c194 if (setval || (cinfo->size == (fsblkcnt_t)BADCONT)) { in cverify()
/illumos-gate/usr/src/head/
H A Dpkgstrct.h65 fsblkcnt_t size;
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h125 typedef __fsblkcnt_t fsblkcnt_t; typedef