Lines Matching refs:AVAIL
128 #define AVAIL 1225388540ULL KB in setup_ld0g() macro
133 .f_bavail = AVAIL / BSIZE, in setup_ld0g()
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_ld0g()
137 #undef AVAIL in setup_ld0g()
160 #define AVAIL (TOTAL / 2) in setup_strpct() macro
165 .f_bavail = AVAIL / BSIZE, in setup_strpct()
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE, in setup_strpct()
169 #undef AVAIL in setup_strpct()
189 #define AVAIL 15251512ULL in setup_pr23600() macro
194 .f_bavail = AVAIL, in setup_pr23600()
195 .f_bresvd = TOTAL - USED - AVAIL, in setup_pr23600()
198 #undef AVAIL in setup_pr23600()