/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | install.h | 112 fsblkcnt_t bsize; /* fundamental file system block size */ 113 fsblkcnt_t frsize; /* file system fragment size */ 114 fsblkcnt_t bfree; /* total # of free blocks */ 115 fsblkcnt_t bused; /* total # of used blocks */ 116 fsblkcnt_t ffree; /* total # of free file nodes */ 117 fsblkcnt_t fused; /* total # of used file nodes */
|
H A D | libinst.h | 262 extern fsblkcnt_t get_blk_size_n __P((uint32_t n)); 263 extern fsblkcnt_t get_frag_size_n __P((uint32_t n)); 264 extern fsblkcnt_t get_blk_used_n __P((uint32_t n)); 265 extern fsblkcnt_t get_blk_free_n __P((uint32_t n)); 266 extern fsblkcnt_t get_inode_used_n __P((uint32_t n)); 267 extern fsblkcnt_t get_inode_free_n __P((uint32_t n)); 268 extern void set_blk_used_n __P((uint32_t n, fsblkcnt_t value)); 285 fsblkcnt_t map_blks)); 295 extern fsblkcnt_t nblk __P((fsblkcnt_t size, ulong_t bsize,
|
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | splpkgmap.c | 65 fsblkcnt_t blks; 75 static fsblkcnt_t btotal; /* blocks stored on current part */ 76 static fsblkcnt_t bmax; /* maximum number of blocks on any part */ 80 static fsblkcnt_t bpkginfo; /* blocks used by pkginfo file */ 85 static fsblkcnt_t DIRSIZE; 89 static int store(struct data **, unsigned int, char *, fsblkcnt_t, 90 fsblkcnt_t); 93 static void newvolume(struct data **, unsigned int, fsblkcnt_t limit, 94 fsblkcnt_t); 99 ulong_t bsize, ulong_t frsize, fsblkcnt_t *plimit, fsfilcnt_t *pilimit, in splpkgmap() [all …]
|
H A D | main.c | 66 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()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | nblk.c | 40 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 D | ocfile.c | 199 ocfile(PKGserver *server, VFP_T **r_tmpvfp, fsblkcnt_t map_blks) in ocfile() 203 fsblkcnt_t free_blocks; in ocfile() 204 fsblkcnt_t need_blocks; in ocfile() 205 fsblkcnt_t log_blocks; in ocfile() 277 free_blocks = (((fsblkcnt_t)svfsb.f_frsize > 0) ? in ocfile()
|
H A D | mntinfo.c | 1239 fsblkcnt_t 1250 fsblkcnt_t 1261 fsblkcnt_t 1272 fsblkcnt_t 1284 set_blk_used_n(uint32_t n, fsblkcnt_t value) in set_blk_used_n() 1290 fsblkcnt_t 1297 fsblkcnt_t
|
H A D | pkgobjmap.c | 480 static fsblkcnt_t 483 fsblkcnt_t blk; in nblks() 506 fsblkcnt_t bused; in size_xchng() 509 fsblkcnt_t blks1, blks2; in size_xchng()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 73 static void warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, 74 fsblkcnt_t limit); 125 warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, fsblkcnt_t limit) in warn() 195 fsblkcnt_t blk; in readmap() 328 fsblkcnt_t new_size, old_size; in readmap()
|
H A D | instvol.c | 78 extern fsblkcnt_t pkgmap_blks; /* main.c */
|
H A D | main.c | 159 fsblkcnt_t pkgmap_blks = 0LL;
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | vfs.h | 243 fsblkcnt_t f_blocks; /* total blocks in file system */ 244 fsblkcnt_t f_bfree; /* free blocks in fs */ 245 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ 257 fsblkcnt_t f_blocks; /* total blocks in file system */ 258 fsblkcnt_t f_bfree; /* free blocks in fs */ 259 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */
|
H A D | types.h | 177 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;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | statvfs.h | 56 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 D | types.h | 162 typedef ulong_t fsblkcnt_t; /* count of file system blocks */ typedef 167 typedef u_longlong_t fsblkcnt_t; /* count of file system blocks */ typedef 175 typedef fsblkcnt_t fsblkcnt64_t; /* count of file system blocks */
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 62 static int getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad); 70 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad); 235 if (!getlnum(fp, 10, (fsblkcnt_t *)&ept->cinfo.size, in gpkgmap() 375 if (!getlnum(fp, 10, (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmap() 542 getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad) in getlnum() 759 (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmapvfp() 914 (fsblkcnt_t *)&ept->cinfo.size, BADCONT) && in gpkgmapvfp() 1083 getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad) in getlnumvfp()
|
H A D | srchcfile.c | 52 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 D | verify.c | 194 if (setval || (cinfo->size == (fsblkcnt_t)BADCONT)) { in cverify()
|
/titanic_41/usr/src/head/ |
H A D | pkgstrct.h | 67 fsblkcnt_t size;
|