Lines Matching defs:tot
43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind;
57 tot = howmany(size, bsize);
59 if (tot > t_indirect) {
60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind;
62 } else if (tot > d_indirect) {
63 count = (tot - (DIRECT + 1)) / ind + 2;
64 } else if (tot > DIRECT) {
74 tot += count;
80 tot *= howmany(bsize, DEV_BSIZE);
82 tot = howmany(frags, DEV_BSIZE);
83 return (tot);