Lines Matching refs:fsblkcnt_t
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()
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()
267 btotal += nblk((fsblkcnt_t)(eptnum * EFACTOR), bsize, frsize); in splpkgmap()
403 store(struct data **sf, unsigned int eptnum, char *aclass, fsblkcnt_t limit, in store()
408 fsblkcnt_t btemp; in store()
536 newvolume(struct data **sf, unsigned int eptnum, fsblkcnt_t limit, in newvolume()
537 fsblkcnt_t ilimit) in newvolume()