Home | History | Annotate | Download | only in df

Lines Matching refs:AVAIL

128 #define	AVAIL	1225388540ULL KB
133 .f_bavail = AVAIL / BSIZE,
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
137 #undef AVAIL
160 #define AVAIL (TOTAL / 2)
165 .f_bavail = AVAIL / BSIZE,
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
169 #undef AVAIL
189 #define AVAIL 15251512ULL
194 .f_bavail = AVAIL,
195 .f_bresvd = TOTAL - USED - AVAIL,
198 #undef AVAIL