Home | History | Annotate | Download | only in df

Lines Matching defs:USED

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