Home | History | Annotate | Download | only in core

Lines Matching full:maxsize

2035   maxsize=$$(($(2) - reserve)); \
2036 echo "$$printname maxsize=$$maxsize blocksize=$$img_blocksize total=$$total reserve=$$reserve"; \
2037 if [ "$$total" -gt "$$maxsize" ]; then \
2040 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
2041 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \