Lines Matching full:used
69 int64_t total, used; in other_variants() local
78 used = total * consumed[j] / 100; in other_variants()
79 sf->f_bfree = (total - used) / sf->f_bsize; in other_variants()
81 used) / (int)sf->f_bsize; in other_variants()
96 #define USED 132ULL MB in setup_filer() macro
100 .f_bfree = (TOTAL - USED) / BSIZE, in setup_filer()
101 .f_bavail = (TOTAL - USED) / BSIZE, in setup_filer()
105 #undef USED in setup_filer()
127 #define USED 17901268ULL KB in setup_ld0g() macro
132 .f_bfree = (TOTAL - USED) / BSIZE, in setup_ld0g()
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_ld0g()
138 #undef USED in setup_ld0g()
159 #define USED (TOTAL / 2) in setup_strpct() macro
164 .f_bfree = (TOTAL - USED) / BSIZE, in setup_strpct()
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_strpct()
170 #undef USED in setup_strpct()
188 #define USED 5719864ULL in setup_pr23600() macro
193 .f_bfree = TOTAL - USED, in setup_pr23600()
195 .f_bresvd = TOTAL - USED - AVAIL, in setup_pr23600()
199 #undef USED in setup_pr23600()