Lines Matching full:total
69 int64_t total, used; in other_variants() local
77 total = (int64_t)(u_long)sf->f_blocks * sf->f_bsize; in other_variants()
78 used = total * consumed[j] / 100; in other_variants()
79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants()
80 sf->f_bavail = (total * (100 - minfree[i]) / 100 - in other_variants()
95 #define TOTAL 1147ULL GB in setup_filer() macro
99 .f_blocks = TOTAL / BSIZE, in setup_filer()
100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer()
101 .f_bavail = (TOTAL - USED) / BSIZE, in setup_filer()
106 #undef TOTAL in setup_filer()
126 #define TOTAL 1308726116ULL KB in setup_ld0g() macro
131 .f_blocks = TOTAL / BSIZE, in setup_ld0g()
132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g()
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_ld0g()
139 #undef TOTAL in setup_ld0g()
158 #define TOTAL 0x4ffffffffULL KB in setup_strpct() macro
159 #define USED (TOTAL / 2) in setup_strpct()
160 #define AVAIL (TOTAL / 2) in setup_strpct()
163 .f_blocks = TOTAL / BSIZE, in setup_strpct()
164 .f_bfree = (TOTAL - USED) / BSIZE, in setup_strpct()
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_strpct()
171 #undef TOTAL in setup_strpct()
187 #define TOTAL 20971376ULL in setup_pr23600() macro
192 .f_blocks = TOTAL, in setup_pr23600()
193 .f_bfree = TOTAL - USED, in setup_pr23600()
195 .f_bresvd = TOTAL - USED - AVAIL, in setup_pr23600()
200 #undef TOTAL in setup_pr23600()